diff options
author | jlam <jlam> | 2000-12-11 05:49:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-12-11 05:49:49 +0000 |
commit | 0f4f6c224555492818aa69cec2a3d76c20512349 (patch) | |
tree | 1215a8595926a731ca5b59079c37872fe65347bb | |
parent | 3b54ce3e05a05d11fb0ad8667d802b5aff2d85f2 (diff) | |
download | pkgsrc-0f4f6c224555492818aa69cec2a3d76c20512349.tar.gz |
Honor CFLAGS passed in from environment during build.
-rw-r--r-- | graphics/gd/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/gd/patches/patch-aa | 8 |
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). |