diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-28 16:08:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-28 16:08:26 +0000 |
commit | 1aadf412fd30e1112377e1b1f3035a6aadc5cef9 (patch) | |
tree | c91d43954907d883d86962c775df238f8773ccb7 /x11/yelp/files/patch-configure | |
parent | Distribution tarball was updated. (diff) |
Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.
Notes
Notes:
svn path=/head/; revision=60202
Diffstat (limited to 'x11/yelp/files/patch-configure')
-rw-r--r-- | x11/yelp/files/patch-configure | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/x11/yelp/files/patch-configure b/x11/yelp/files/patch-configure index 16961b59b62f..a6e8fbc286f0 100644 --- a/x11/yelp/files/patch-configure +++ b/x11/yelp/files/patch-configure @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- configure.orig Mon May 20 15:11:25 2002 -+++ configure Mon May 20 15:12:24 2002 -@@ -7374,6 +7374,7 @@ +--- configure.orig Tue May 28 02:02:29 2002 ++++ configure Tue May 28 02:03:10 2002 +@@ -7381,6 +7381,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -11,12 +8,12 @@ $FreeBSD$ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -9978,7 +9979,7 @@ +@@ -9979,7 +9980,7 @@ - YELP_MODULES="libgtkhtml-2.0 gnome-vfs-2.0 libgnomeui-2.0 libbonobo-2.0" + YELP_MODULES="gnome-vfs-2.0 libgnomeui-2.0 libbonobo-2.0" --YELP_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir libgtkhtml-2.0 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 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 '`" - echo "$as_me:9983: checking for bzread in -lbz2" >&5 + echo "$as_me:9984: checking for bzread in -lbz2" >&5 echo $ECHO_N "checking for bzread in -lbz2... $ECHO_C" >&6 |