summaryrefslogtreecommitdiff
path: root/graphics/libwmf/patches
diff options
context:
space:
mode:
authorwiz <wiz>2000-08-06 14:18:50 +0000
committerwiz <wiz>2000-08-06 14:18:50 +0000
commit12df2197272ff718a717479a20ea3eab5017d4f6 (patch)
treee99b92f6b72ad01f967f1fde77b4d3fd98e0c731 /graphics/libwmf/patches
parent6cccefb6af158f12957ed8cbe2dbd052271b0c77 (diff)
downloadpkgsrc-12df2197272ff718a717479a20ea3eab5017d4f6.tar.gz
modify patch to make included gd library find png.h.
Diffstat (limited to 'graphics/libwmf/patches')
-rw-r--r--graphics/libwmf/patches/patch-ac15
1 files changed, 12 insertions, 3 deletions
diff --git a/graphics/libwmf/patches/patch-ac b/graphics/libwmf/patches/patch-ac
index 41c3a3cbd2f..5e5277db24f 100644
--- a/graphics/libwmf/patches/patch-ac
+++ b/graphics/libwmf/patches/patch-ac
@@ -1,7 +1,16 @@
-$NetBSD: patch-ac,v 1.1 2000/08/05 02:36:38 jlam Exp $
+$NetBSD: patch-ac,v 1.2 2000/08/06 14:18:50 wiz Exp $
---- xgd-1.7.3/Makefile.in.orig Thu Dec 16 10:31:47 1999
-+++ xgd-1.7.3/Makefile.in Fri Aug 4 20:18:39 2000
+--- xgd-1.7.3/Makefile.in.orig Thu Dec 16 16:31:47 1999
++++ xgd-1.7.3/Makefile.in Sun Aug 6 15:23:04 2000
+@@ -29,7 +29,7 @@
+
+ #If you don't have FreeType and/or Xpm installed, including the
+ #header files, uncomment this (default).
+-CFLAGS=@CFLAGS@ @DEFS@ -I../ @ZLIB_CFLAGS@ @TTF_CFLAGS@ @XPM_CFLAGS@
++CFLAGS=@CFLAGS@ @DEFS@ -I../ @ZLIB_CFLAGS@ @TTF_CFLAGS@ @XPM_CFLAGS@ -I${LOCALBASE}/include
+ #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
@@ -45,7 +45,9 @@
#Typical install locations for freetype, zlib, xpm and libpng header files.