mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
7da129f8b8
commit
d6ac2d1259
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113106
1 changed files with 15 additions and 0 deletions
15
print/foomatic-db-engine/files/patch-configure.in
Normal file
15
print/foomatic-db-engine/files/patch-configure.in
Normal file
|
@ -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"
|
||||
|
Loading…
Add table
Reference in a new issue