diff options
author | billf <billf@FreeBSD.org> | 2001-02-25 08:34:37 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2001-02-25 08:34:37 +0800 |
commit | 6fd8f3384a9503d86b50c62fc931d0862d5dc950 (patch) | |
tree | d5c34409dbd260c4b091ecb59485b56ec23b4e61 /graphics/gd2/files | |
parent | 14dabf79dffe55680eae1ddf2eb155422222a95f (diff) | |
download | freebsd-ports-gnome-6fd8f3384a9503d86b50c62fc931d0862d5dc950.tar.gz freebsd-ports-gnome-6fd8f3384a9503d86b50c62fc931d0862d5dc950.tar.zst freebsd-ports-gnome-6fd8f3384a9503d86b50c62fc931d0862d5dc950.zip |
The clown^Wauthor of gd once again changed the contents of the tarball
without bumping the minor version number. update patches and checksum
accordingly.
Our PORTREVISION was bumped, however, because we actually do have a clue
about these sorts of things...
Diffstat (limited to 'graphics/gd2/files')
-rw-r--r-- | graphics/gd2/files/patch-ac | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/gd2/files/patch-ac b/graphics/gd2/files/patch-ac index 645f72cfa48b..89e342477f1b 100644 --- a/graphics/gd2/files/patch-ac +++ b/graphics/gd2/files/patch-ac @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Feb 2 05:23:56 2001 -+++ Makefile Mon Feb 12 18:44:56 2001 +--- Makefile.orig Thu Feb 22 09:03:43 2001 ++++ Makefile Sat Feb 24 16:25:23 2001 @@ -3,11 +3,11 @@ #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 @@ -18,11 +18,11 @@ #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 -+CFLAGS+=-DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE +-#CFLAGS=-O -DHAVE_LIBXPM -DHAVE_LIBPNG -DHAVE_LIBJPEG \ +-# -DHAVE_LIBFREETYPE -DHAVE_LIBTTF ++CFLAGS=-O -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE +.if defined(WITH_X11) -+CFLAGS+=-DHAVE_LIBXPM ++CFLAGS+=-DHAVE_LIBXPM +.endif + +.if defined(JISX0208) @@ -35,14 +35,14 @@ #Some systems are very picky about link order. They don't all agree #on the right order, either. --#LIBS=-lgd -lpng -lz +-LIBS=-lgd -lpng -lz -lm +LIBS=-lgd -lpng -lz -ljpeg -lfreetype -lm #If you do have FreeType, JPEG and/or Xpm fully installed, uncomment a #variation of this and comment out the line above. Note that #Xpm requires X11. See also CFLAGS above. --LIBS=-lgd -lpng -lz -ljpeg -lfreetype -lm -lttf +-#LIBS=-lgd -lpng -lz -ljpeg -lfreetype -lm -lttf +.if defined(WITH_X11) +LIBS+=-lXpm -lX11 +.endif |