diff options
Diffstat (limited to 'x11/libgnome/files/patch-configure')
-rw-r--r-- | x11/libgnome/files/patch-configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/libgnome/files/patch-configure b/x11/libgnome/files/patch-configure new file mode 100644 index 000000000..c444fc7c7 --- /dev/null +++ b/x11/libgnome/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig Mon May 13 13:03:40 2002 ++++ configure Sun May 26 03:43:23 2002 +@@ -7186,6 +7186,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' +@@ -7471,7 +7472,7 @@ + LIBGNOME_AGE=0 + + case $host in +- *-linux-gnu | *-irix6*) ++ *-linux-gnu | *-irix6* | *-freebsd*) + cat >>confdefs.h <<\EOF + #define HAVE_MAN_WHEREIS 1 + EOF |