aboutsummaryrefslogtreecommitdiff
path: root/graphics/libwmf/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libwmf/files/patch-ab')
-rw-r--r--graphics/libwmf/files/patch-ab16
1 files changed, 4 insertions, 12 deletions
diff --git a/graphics/libwmf/files/patch-ab b/graphics/libwmf/files/patch-ab
index 375fea421eec..a4f5f79dbb32 100644
--- a/graphics/libwmf/files/patch-ab
+++ b/graphics/libwmf/files/patch-ab
@@ -1,19 +1,11 @@
---- xgd-1.7.3/Makefile.in.orig Wed Oct 11 04:16:16 2000
-+++ xgd-1.7.3/Makefile.in Sat Nov 4 20:01:31 2000
-@@ -29,14 +29,14 @@
-
- #If you don't have FreeType and/or Xpm installed, including the
- #header files, uncomment this (default).
--CFLAGS=@CFLAGS@ @DEFS@ -I../ @PNG_CFLAGS@ @ZLIB_CFLAGS@ @TTF_CFLAGS@ @XPM_CFLAGS@
-+CFLAGS=@CFLAGS@ @DEFS@ -I../ @PNG_CFLAGS@ @ZLIB_CFLAGS@ @TTF_CFLAGS@ @XPM_CFLAGS@ @CPPFLAGS@
- #If you do have FreeType 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
+--- xgd-1.7.3/Makefile.in.orig Tue Nov 14 19:32:11 2000
++++ xgd-1.7.3/Makefile.in Mon Dec 18 22:29:49 2000
+@@ -36,7 +36,7 @@
#If you don't have FreeType and/or Xpm fully installed, uncomment this
#(default).
-LIBS= -lxgd @PNG_LIBS@ @ZLIB_LIBS@ @TTF_LIBS@ @XPM_LIBS@ @X_LIBS@ @X11@ @X_EXTRA_LIBS@ -lm
-+LIBS= -lxgd @PNG_LIBS@ @ZLIB_LIBS@ @TTF_LIBS@ @XPM_LIBS@ @X_LIBS@ @X11@ @X_EXTRA_LIBS@ @LIBS@ -lm
++LIBS=@LIBS@ -lxgd @PNG_LIBS@ @ZLIB_LIBS@ @TTF_LIBS@ @XPM_LIBS@ @X_LIBS@ @X11@ @X_EXTRA_LIBS@ -lm
#If you do have FreeType and/or Xpm fully installed, uncomment a
#variation of this and comment out the line above. Note that