aboutsummaryrefslogtreecommitdiff
path: root/print/foomatic-db-engine/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-07 20:27:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-07 20:27:26 +0000
commit116cae22e7702cf90de93bf55325d06cd41832fe (patch)
treef59929a1a745348a5448f3285476074854d816c2 /print/foomatic-db-engine/files
parent4ce0e1d2ad2043558c3b0b5a9b41b44da1cd8878 (diff)
downloadports-116cae22e7702cf90de93bf55325d06cd41832fe.tar.gz
ports-116cae22e7702cf90de93bf55325d06cd41832fe.zip
Add another XML patch to fix the build.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=113164
Diffstat (limited to 'print/foomatic-db-engine/files')
-rw-r--r--print/foomatic-db-engine/files/patch-Makefile.in24
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 68f9ba5b9e3a..3eb17b7ba9e6 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