summaryrefslogtreecommitdiff
path: root/graphics/gd/patches
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2000-03-17 21:05:19 +0000
committerhe <he@pkgsrc.org>2000-03-17 21:05:19 +0000
commit0b5cfbae536f98394266cc49b165a0d6e90e3fc8 (patch)
tree9166c10b7c92562778f362ae9b4777a63fab1355 /graphics/gd/patches
parent4247b9d22dd52c7b041f8ee80c12fb50155494c8 (diff)
downloadpkgsrc-0b5cfbae536f98394266cc49b165a0d6e90e3fc8.tar.gz
Update this package to version 1.8.1.
The 1.7.3 distribution file now contains 1.8.1; lame.
Diffstat (limited to 'graphics/gd/patches')
-rw-r--r--graphics/gd/patches/patch-aa26
1 files changed, 13 insertions, 13 deletions
diff --git a/graphics/gd/patches/patch-aa b/graphics/gd/patches/patch-aa
index aac2df21507..c969c44d920 100644
--- a/graphics/gd/patches/patch-aa
+++ b/graphics/gd/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.5 1999/11/01 03:29:30 jlam Exp $
+$NetBSD: patch-aa,v 1.6 2000/03/17 21:05:20 he Exp $
---- Makefile.orig Wed Oct 13 17:20:11 1999
-+++ Makefile Sat Oct 30 23:28:34 1999
+--- Makefile.orig Mon Mar 13 19:25:57 2000
++++ Makefile Fri Mar 17 21:44:01 2000
@@ -11,27 +11,27 @@
#If the install command is not in your path, provide
@@ -9,27 +9,27 @@ $NetBSD: patch-aa,v 1.5 1999/11/01 03:29:30 jlam Exp $
-INSTALL=install
+INSTALL=$(LIBTOOL) install -c
- #If you don't have FreeType and/or Xpm installed, including the
+ #If you don't have FreeType, libjpeg and/or Xpm installed, including the
#header files, uncomment this (default).
-CFLAGS=-O
+#CFLAGS=-O
- #If you do have FreeType and/or Xpm fully installed, uncomment a
+ #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_LIBTTF
-+CFLAGS+=-O -DHAVE_XPM -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).
-LIBS=-lm -lgd -lpng -lz
+#LIBS=-lm -lgd -lpng -lz
- #If you do have FreeType and/or Xpm fully installed, uncomment a
+ #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=-lm -lgd -lpng -lz -lttf -lXpm -lX11
-+LIBS=$(LIBGD) -lm -lpng -lz -lttf -lintl -lXpm -lX11
+-#LIBS=-lm -lgd -lpng -lz -ljpeg -lttf -lXpm -lX11
++LIBS=$(LIBGD) -lm -lpng -lz -ljpeg -lttf -lXpm -lX11
- #Typical install locations for freetype, zlib, xpm and libpng header files.
+ #Typical install locations for freetype, zlib, xpm, libjpeg and libpng header files.
#If yours are somewhere else, change this.
-INCLUDEDIRS=-I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11
+INCLUDEDIRS=${CPPFLAGS}
@@ -132,12 +132,12 @@ $NetBSD: patch-aa,v 1.5 1999/11/01 03:29:30 jlam Exp $
-libgd.a: gd.o gd_gd.o gd_gd2.o gd_io.o gd_io_dp.o gd_io_file.o gd_ss.o \
+GD_OBJS= gd.o gd_gd.o gd_gd2.o gd_io.o gd_io_dp.o gd_io_file.o gd_ss.o \
- gd_io_ss.o gd_png.o gdxpm.o gdfontt.o gdfonts.o gdfontmb.o gdfontl.o \
+ gd_io_ss.o gd_png.o gd_jpeg.o gdxpm.o gdfontt.o gdfonts.o gdfontmb.o gdfontl.o \
- gdfontg.o gdtables.o gdttf.o gdcache.o gdkanji.o \
- gd.h gdfontt.h gdfonts.h gdfontmb.h gdfontl.h gdfontg.h
- rm -f libgd.a
- $(AR) rc libgd.a gd.o gd_gd.o gd_gd2.o gd_io.o gd_io_dp.o \
-- gd_io_file.o gd_ss.o gd_io_ss.o gd_png.o gdxpm.o \
+- gd_io_file.o gd_ss.o gd_io_ss.o gd_png.o gd_jpeg.o gdxpm.o \
- gdfontt.o gdfonts.o gdfontmb.o gdfontl.o gdfontg.o \
- gdtables.o gdttf.o gdcache.o gdkanji.o
- -ranlib libgd.a