summaryrefslogtreecommitdiff
path: root/japanese/gd1/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/gd1/files/patch-ab')
-rw-r--r--japanese/gd1/files/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/japanese/gd1/files/patch-ab b/japanese/gd1/files/patch-ab
deleted file mode 100644
index 6c11a95d5c9b..000000000000
--- a/japanese/gd1/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.orig Mon Aug 30 00:23:49 1999
-+++ Makefile.in Mon Aug 30 00:24:49 1999
-@@ -88,7 +88,7 @@
- libgd_la_SOURCES = gd.c gd_io.c gd_io_file.c gd_io_dp.c gd_io_ss.c gd_png.c gd_ss.c gd_gd.c gd_gd2.c gdfontt.c gdfonts.c gdfontmb.c gdfontl.c gdfontg.c gdttf.c gdcache.c gdkanji.c gd.h gdcache.h gdfontl.h gdfonts.h gd_io.h gdfontg.h gdfontmb.h gdfontt.h jisx0208.h
-
-
--libgd_la_LIBADD = @LIBS@
-+libgd_la_LIBADD = @LIBS@ -lm -L$(libdir) -lpng
-
- bin_PROGRAMS = pngtogd pngtogd2 gdtopng gd2topng gd2copypal gdparttopng webpng
-
-@@ -136,7 +136,7 @@
- LTLIBRARIES = $(lib_LTLIBRARIES)
-
-
--DEFS = @DEFS@ -I. -I$(srcdir)
-+DEFS = @DEFS@ -I. -I$(srcdir) -I$(includedir)
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@