summaryrefslogtreecommitdiff
path: root/graphics/gd
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-12-11 05:49:49 +0000
committerjlam <jlam@pkgsrc.org>2000-12-11 05:49:49 +0000
commit90e98f577ed3fd6ca3e3665a41c4c5fccec0244e (patch)
tree1215a8595926a731ca5b59079c37872fe65347bb /graphics/gd
parentd2524e9d0e2e57982c15f344db207f97b5d2e150 (diff)
downloadpkgsrc-90e98f577ed3fd6ca3e3665a41c4c5fccec0244e.tar.gz
Honor CFLAGS passed in from environment during build.
Diffstat (limited to 'graphics/gd')
-rw-r--r--graphics/gd/files/patch-sum4
-rw-r--r--graphics/gd/patches/patch-aa8
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gd/files/patch-sum b/graphics/gd/files/patch-sum
index c8cb2d6743e..ffa8f1ed45b 100644
--- a/graphics/gd/files/patch-sum
+++ b/graphics/gd/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.7 2000/06/14 16:33:48 he Exp $
+$NetBSD: patch-sum,v 1.8 2000/12/11 05:49:49 jlam Exp $
-MD5 (patch-aa) = 68aadc5249c6fca3223120ed5d30ddf5
+MD5 (patch-aa) = 45355574f44e8edae7d95ced22e3578b
MD5 (patch-ab) = 029abede0aa46de40b4485257131511e
diff --git a/graphics/gd/patches/patch-aa b/graphics/gd/patches/patch-aa
index 3e6ea67beab..efda4489a37 100644
--- a/graphics/gd/patches/patch-aa
+++ b/graphics/gd/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.8 2000/06/14 16:33:49 he Exp $
+$NetBSD: patch-aa,v 1.9 2000/12/11 05:49:49 jlam Exp $
---- Makefile.orig Sat Jun 3 21:26:12 2000
-+++ Makefile Wed Jun 14 17:43:30 2000
+--- Makefile.orig Sat Jun 3 15:26:12 2000
++++ Makefile
@@ -5,16 +5,18 @@
#compiler; get gcc if you are still using it).
COMPILER=gcc
@@ -19,7 +19,7 @@ $NetBSD: patch-aa,v 1.8 2000/06/14 16:33:49 he Exp $
#If you do have FreeType, libjpeg and/or Xpm fully installed, uncomment a
#variation of this and comment out the line above. See also LIBS below.
-#CFLAGS=-O -DHAVE_XPM -DHAVE_JPEG -DHAVE_LIBTTF
-+CFLAGS=-O -DHAVE_XPM -DHAVE_JPEG -DHAVE_LIBTTF
++CFLAGS+=-O -DHAVE_XPM -DHAVE_JPEG -DHAVE_LIBTTF
#If you don't have FreeType and/or Xpm fully installed, uncomment this
#(default).