diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-07-09 18:51:38 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-07-09 18:51:38 +0000 |
commit | 480c07a4a6a6bed5cf8a91621bc9166673d4285f (patch) | |
tree | f57230385a73934508b9751aa34852006f0a3989 /graphics/libwmf/patches | |
parent | f9512af34d91c7c97a51f4e8e065896f5946ae7b (diff) | |
download | pkgsrc-480c07a4a6a6bed5cf8a91621bc9166673d4285f.tar.gz |
Converted to use buildlink.mk files
Diffstat (limited to 'graphics/libwmf/patches')
-rw-r--r-- | graphics/libwmf/patches/patch-ac | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/graphics/libwmf/patches/patch-ac b/graphics/libwmf/patches/patch-ac index b2160d9b640..7b19d32d23f 100644 --- a/graphics/libwmf/patches/patch-ac +++ b/graphics/libwmf/patches/patch-ac @@ -1,16 +1,7 @@ -$NetBSD: patch-ac,v 1.4 2001/03/04 15:45:43 kei Exp $ +$NetBSD: patch-ac,v 1.5 2001/07/09 18:51:39 zuntum Exp $ --- xgd-1.7.3/Makefile.in.orig Tue Nov 14 19:32:11 2000 +++ xgd-1.7.3/Makefile.in Sun Mar 4 15:50:03 2001 -@@ -29,7 +29,7 @@ - - #If you don't have FreeType and/or Xpm installed, including the - #header files, uncomment this (default). --CFLAGS=@CPPFLAGS@ @CFLAGS@ @DEFS@ -I../ @PNG_CFLAGS@ @ZLIB_CFLAGS@ @TTF_CFLAGS@ @XPM_CFLAGS@ -+CFLAGS=@CPPFLAGS@ @CFLAGS@ @DEFS@ -I../ @PNG_CFLAGS@ @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. |