diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-06 01:49:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-06 01:49:09 +0000 |
commit | 25fde6ad9c7d83a5f267d81025dd7ac3af9543bd (patch) | |
tree | e7d813c4e0a07820ffef6e14248ab6087fc3d798 /x11-toolkits/vte/files/patch-configure | |
parent | * Match poppassd's expectation with /usr/bin/passwd's actual output. (diff) |
Add vte, a GNOME 2 terminal widget with improved accessibility and I18N
support.
Notes
Notes:
svn path=/head/; revision=67446
Diffstat (limited to 'x11-toolkits/vte/files/patch-configure')
-rw-r--r-- | x11-toolkits/vte/files/patch-configure | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-toolkits/vte/files/patch-configure b/x11-toolkits/vte/files/patch-configure new file mode 100644 index 000000000000..5695da107cdf --- /dev/null +++ b/x11-toolkits/vte/files/patch-configure @@ -0,0 +1,18 @@ +--- configure.orig Wed Sep 11 02:36:11 2002 ++++ configure Sat Oct 5 21:12:04 2002 +@@ -8137,6 +8137,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' +@@ -12188,6 +12189,7 @@ + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + #include "confdefs.h" ++#include <wchar.h> + $ac_includes_default + #ifdef F77_DUMMY_MAIN + # ifdef __cplusplus |