diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-11 14:27:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-11 14:27:46 +0800 |
commit | a60ab080dcee08a3eb70b8d332a756e838ead364 (patch) | |
tree | 137a1ec29c13b27887f32056d7efbd7a3cacc201 /x11-toolkits | |
parent | 7e20068baa3051be9e97058f2ba2c6a327928887 (diff) | |
download | freebsd-ports-graphics-a60ab080dcee08a3eb70b8d332a756e838ead364.tar.gz freebsd-ports-graphics-a60ab080dcee08a3eb70b8d332a756e838ead364.tar.zst freebsd-ports-graphics-a60ab080dcee08a3eb70b8d332a756e838ead364.zip |
Fix the build on certain machines by making sure the libxml2 include
path is properly defined.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libbonoboui/files/patch-configure | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/x11-toolkits/libbonoboui/files/patch-configure b/x11-toolkits/libbonoboui/files/patch-configure index e33f9e6ceb4..cf3fc969e25 100644 --- a/x11-toolkits/libbonoboui/files/patch-configure +++ b/x11-toolkits/libbonoboui/files/patch-configure @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- configure 2002/04/26 11:11:58 1.1 -+++ configure 2002/04/26 11:12:23 -@@ -7013,6 +7013,7 @@ +--- configure.orig Fri Oct 18 07:23:27 2002 ++++ configure Fri Nov 1 16:08:44 2002 +@@ -7235,6 +7235,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -11,3 +8,11 @@ $FreeBSD$ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -9285,6 +9286,7 @@ + libbonobo-2.0 >= 2.0.0 \ + libgnome-2.0 >= 1.116.0 \ + bonobo-activation-2.0 >= 1.0.0 \ ++ libxml-2.0 >= 2.0 \ + gconf-2.0 >= 1.1.9 gtk+-2.0 >= 2.0.2" + + succeeded=no |