diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-07 13:48:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-07 13:48:18 +0800 |
commit | 423401f1a9d5a849d3c42f4d4c45bfd936a017e2 (patch) | |
tree | db75a1d79d14729f23557dec3e5aaa31854daab4 /print/foomatic-db-engine | |
parent | c5d4cd7c27cd1d4514d14c9491a834c517bf5de9 (diff) | |
download | freebsd-ports-gnome-423401f1a9d5a849d3c42f4d4c45bfd936a017e2.tar.gz freebsd-ports-gnome-423401f1a9d5a849d3c42f4d4c45bfd936a017e2.tar.zst freebsd-ports-gnome-423401f1a9d5a849d3c42f4d4c45bfd936a017e2.zip |
Do not attempt to load the old libxml1 stuff since that was removed from
libxml2-2.6.11. We depend on libxml2 anyway, so this should effectively
be a NOP while ensuring this port still builds.
Reported by: pointyhat via kris
Diffstat (limited to 'print/foomatic-db-engine')
-rw-r--r-- | print/foomatic-db-engine/files/patch-configure.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/foomatic-db-engine/files/patch-configure.in b/print/foomatic-db-engine/files/patch-configure.in new file mode 100644 index 000000000000..16899c80d9bb --- /dev/null +++ b/print/foomatic-db-engine/files/patch-configure.in @@ -0,0 +1,15 @@ +--- configure.in.orig Wed Jul 7 05:46:16 2004 ++++ configure.in Wed Jul 7 05:45:39 2004 +@@ -18,9 +18,9 @@ + dnl LIBS="$LIBS" + + AM_PATH_XML2(2.0.0) +-if test ! -n "$XML_LIBS" ; then +- AM_PATH_XML(1.8.17) +-fi ++dnl if test ! -n "$XML_LIBS" ; then ++dnl AM_PATH_XML(1.8.17) ++dnl fi + dnl CFLAGS="$CFLAGS $XML_CFLAGS" + dnl LIBS="$LIBS $XML_LIBS" + |