summaryrefslogtreecommitdiff
path: root/graphics/gd
diff options
context:
space:
mode:
authorJohn Hay <jhay@FreeBSD.org>2001-12-16 04:14:31 +0000
committerJohn Hay <jhay@FreeBSD.org>2001-12-16 04:14:31 +0000
commit27179ddde6f0043fa397601e9a4e432035ecf67a (patch)
treed4489e4d77deca5f745bcf4ca5ad5f0d8142635c /graphics/gd
parentAuthor added partial support for FreeBSD (and a couple of other archs). (diff)
Fix the diff so that it actually apply. The original source should be used
when generating a diff. This should get make release a bit further again.
Notes
Notes: svn path=/head/; revision=51610
Diffstat (limited to 'graphics/gd')
-rw-r--r--graphics/gd/files/patch-ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gd/files/patch-ac b/graphics/gd/files/patch-ac
index 5ca15b19a4e6..9d63cb3d8eb1 100644
--- a/graphics/gd/files/patch-ac
+++ b/graphics/gd/files/patch-ac
@@ -1,5 +1,5 @@
---- Makefile.orig Sat Dec 15 12:52:57 2001
-+++ Makefile Sat Dec 15 12:55:02 2001
+--- Makefile.orig Thu Feb 22 19:03:43 2001
++++ Makefile Sun Dec 16 05:57:07 2001
@@ -3,22 +3,30 @@
#If you do not have gcc, change the setting for COMPILER, but you must
#use an ANSI standard C compiler (NOT the old SunOS 4.1.3 cc
@@ -21,7 +21,7 @@
#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_LIBXPM -DHAVE_LIBPNG -DHAVE_LIBJPEG \
- # -DHAVE_LIBFREETYPE -DHAVE_LIBTTF
+ # -DHAVE_LIBFREETYPE -DHAVE_LIBTTF
+.if defined(WITH_X11)
+CFLAGS+=-DHAVE_XPM