summaryrefslogtreecommitdiff
path: root/graphics/ploticus/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ploticus/patches/patch-aa')
-rw-r--r--graphics/ploticus/patches/patch-aa16
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/ploticus/patches/patch-aa b/graphics/ploticus/patches/patch-aa
index 24a896ccecb..bab550d07ed 100644
--- a/graphics/ploticus/patches/patch-aa
+++ b/graphics/ploticus/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2000/04/12 06:38:25 rh Exp $
+$NetBSD: patch-aa,v 1.3 2000/10/08 18:27:10 hubertf Exp $
---- Makefile.orig Wed Mar 15 22:21:08 2000
-+++ Makefile Wed Apr 12 08:30:56 2000
-@@ -28,7 +28,7 @@
+--- Makefile.orig Thu Sep 28 16:46:34 2000
++++ Makefile
+@@ -24,7 +24,7 @@
## and porting.
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.2 2000/04/12 06:38:25 rh Exp $
ADDLIBS =
SLEEPLIB =
-@@ -36,15 +36,15 @@
+@@ -32,15 +32,15 @@
######## and comment out the others:
## For Solaris 2.x
@@ -34,7 +34,7 @@ $NetBSD: patch-aa,v 1.2 2000/04/12 06:38:25 rh Exp $
## For AIX 3.2.5, HP-UX 10.20
# (note for HP-UX it was necessary to do: ln gd_io.h gd16
-@@ -120,9 +120,9 @@
+@@ -126,9 +126,9 @@
@@ -46,9 +46,9 @@ $NetBSD: patch-aa,v 1.2 2000/04/12 06:38:25 rh Exp $
OBJ = custom.o execplfile.o lib.o areadef.o page.o axis.o getdata.o parsedata.o \
drawcommands.o annotate.o tabulate.o lineplot.o bars.o bevelrect.o units.o line.o \
-@@ -163,7 +163,7 @@
+@@ -168,7 +168,7 @@
gd16files:
- $(CC) -c grgd.c -DGDPNG -I./gd16 -I./ -o grgd16.o
+ $(CC) -c grgd.c -DGDPNG -I./ -I./gd16 -o grgd16.o
$(CC) -c devstuff.c -DGDPNG -o devstuff16.o
- $(CC) -c -I./gd16 -I./ $(GD16H) gd16.c gd_io.c gd_io_dp.c gd_io_file.c gd_png.c
+ $(CC) -c -I./gd16 -I./ -I${PREFIX}/include $(GD16H) gd16.c gd_io.c gd_io_dp.c gd_io_file.c gd_png.c