diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-09 17:55:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-09 17:55:21 +0000 |
commit | 2ff78d3797fed8e015190dd04f5d6d3c8ad1991a (patch) | |
tree | 4363f0d83516af303eb9ba34fd50655f14a77b98 /graphics | |
parent | ecb56c281b0651371514ad5efd9a9048c4273f69 (diff) | |
download | pkgsrc-2ff78d3797fed8e015190dd04f5d6d3c8ad1991a.tar.gz |
Remove -O from default CFLAGS, on request by Adam Ciarcinski.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gd/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/gd/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gd/files/patch-sum b/graphics/gd/files/patch-sum index 792c73d6dbd..598abf5e316 100644 --- a/graphics/gd/files/patch-sum +++ b/graphics/gd/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.9 2000/12/16 00:29:22 wiz Exp $ +$NetBSD: patch-sum,v 1.10 2001/01/09 17:55:21 wiz Exp $ -MD5 (patch-aa) = 88ece39f5ea080828a02b521ce6a6fb1 +MD5 (patch-aa) = d1cb66e539898ff7b6b2a0eff403d1af MD5 (patch-ab) = 029abede0aa46de40b4485257131511e diff --git a/graphics/gd/patches/patch-aa b/graphics/gd/patches/patch-aa index 4f29679a598..45953317454 100644 --- a/graphics/gd/patches/patch-aa +++ b/graphics/gd/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.10 2000/12/16 00:29:23 wiz Exp $ +$NetBSD: patch-aa,v 1.11 2001/01/09 17:55:21 wiz Exp $ --- Makefile.orig Sat Jun 3 15:26:12 2000 +++ Makefile @@ -19,7 +19,7 @@ $NetBSD: patch-aa,v 1.10 2000/12/16 00:29:23 wiz 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+=-DHAVE_XPM -DHAVE_JPEG -DHAVE_LIBTTF #If you don't have FreeType and/or Xpm fully installed, uncomment this #(default). |