diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-08 04:27:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-08 04:27:26 +0800 |
commit | 6d253a71e9c3e6c6a7e01208efd7aa55b3d1fcb7 (patch) | |
tree | 66db906f1d8a7464781ced306ed2b265792a7a3b /print | |
parent | 7279680e8ef40e2b06080ef03f042ab3aadc1a96 (diff) | |
download | freebsd-ports-graphics-6d253a71e9c3e6c6a7e01208efd7aa55b3d1fcb7.tar.gz freebsd-ports-graphics-6d253a71e9c3e6c6a7e01208efd7aa55b3d1fcb7.tar.zst freebsd-ports-graphics-6d253a71e9c3e6c6a7e01208efd7aa55b3d1fcb7.zip |
Add another XML patch to fix the build.
Reported by: pointyhat via kris
Diffstat (limited to 'print')
-rw-r--r-- | print/foomatic-db-engine/files/patch-Makefile.in | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/print/foomatic-db-engine/files/patch-Makefile.in b/print/foomatic-db-engine/files/patch-Makefile.in index 68f9ba5b9e3..3eb17b7ba9e 100644 --- a/print/foomatic-db-engine/files/patch-Makefile.in +++ b/print/foomatic-db-engine/files/patch-Makefile.in @@ -1,6 +1,15 @@ ---- Makefile.in.orig Sun Apr 27 10:22:31 2003 -+++ Makefile.in Wed Oct 8 04:56:22 2003 -@@ -62,7 +62,7 @@ +--- Makefile.in.orig Thu Nov 20 21:08:05 2003 ++++ Makefile.in Wed Jul 7 16:27:06 2004 +@@ -53,7 +53,7 @@ + ## C settings + CC=@CC@ + CFLAGS=@CFLAGS@ +-XML_CFLAGS=@XML_CFLAGS@ ++XML_CPPFLAGS=@XML_CPPFLAGS@ + XML_LIBS=@XML_LIBS@ + + ## Settings for Perl +@@ -64,7 +64,7 @@ PERL_INSTALLDIRS=@PERL_INSTALLDIRS@ # Genereal paths for all filter scripts @@ -9,3 +18,12 @@ LOG_PATH=/tmp # Paths for LPD and LPRng +@@ -221,7 +221,7 @@ + $(CC) $(CFLAGS) -o foomatic-combo-xml foomatic-combo-xml.c + + foomatic-perl-data: foomatic-perl-data.c +- $(CC) $(CFLAGS) $(XML_CFLAGS) $(XML_LIBS) -o foomatic-perl-data foomatic-perl-data.c ++ $(CC) $(CFLAGS) $(XML_CPPFLAGS) $(XML_LIBS) -o foomatic-perl-data foomatic-perl-data.c + + man: + chmod a+rx ./makeMan |