diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-03 01:17:13 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-03 01:17:13 +0800 |
commit | 4335c3ff215b200de29597c675d968c399b71645 (patch) | |
tree | 9ad928798516011bb8550a1d432935c75ae933fc /x11/yelp/files/patch-configure | |
parent | 3538b5b7d8974d535d16779b2c999f28230a8f87 (diff) | |
download | marcuscom-ports-4335c3ff215b200de29597c675d968c399b71645.tar marcuscom-ports-4335c3ff215b200de29597c675d968c399b71645.tar.gz marcuscom-ports-4335c3ff215b200de29597c675d968c399b71645.tar.bz2 marcuscom-ports-4335c3ff215b200de29597c675d968c399b71645.tar.lz marcuscom-ports-4335c3ff215b200de29597c675d968c399b71645.tar.xz marcuscom-ports-4335c3ff215b200de29597c675d968c399b71645.tar.zst marcuscom-ports-4335c3ff215b200de29597c675d968c399b71645.zip |
Update to 2.5.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1388 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/yelp/files/patch-configure')
-rw-r--r-- | x11/yelp/files/patch-configure | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/yelp/files/patch-configure b/x11/yelp/files/patch-configure new file mode 100644 index 000000000..20702046e --- /dev/null +++ b/x11/yelp/files/patch-configure @@ -0,0 +1,25 @@ +--- configure.orig Tue Aug 12 03:36:10 2003 ++++ configure Tue Aug 12 10:30:37 2003 +@@ -18129,6 +18129,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -20408,12 +20409,12 @@ + + YELP_MODULES="gnome-vfs-2.0 libgnomeui-2.0 libbonobo-2.0" + +-YELP_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir gnome-vfs-2.0 libgnomeui-2.0 libbonobo-2.0 bonobo-activation-2.0| sed -e 's/^/ /' -e 's/ \+$//' -e 's/ \+/ -I /g' -e 's/^ \+//'`" ++YELP_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir libgtkhtml-2.0 gnome-vfs-2.0 libgnomeui-2.0 libbonobo-2.0 bonobo-activation-2.0| xargs -n1 echo -n ' -I '`" + + + + case $host in +- *-linux-gnu | *-irix6*) ++ *-linux-gnu | *-irix6* | *-freebsd*) + cat >>confdefs.h <<\_ACEOF + #define HAVE_MAN_WHEREIS 1 + _ACEOF |