diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-30 05:25:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-30 05:25:24 +0000 |
commit | 19b0c1d3daa98ec78d0b86013758743c194c91c4 (patch) | |
tree | e709ed1866bd48f827d57f53f9930e6c08e5f164 /x11-toolkits/vte/files/patch-configure | |
parent | - Update to version 1.0.2 (diff) |
Correct the locale dir.
Notes
Notes:
svn path=/head/; revision=89869
Diffstat (limited to 'x11-toolkits/vte/files/patch-configure')
-rw-r--r-- | x11-toolkits/vte/files/patch-configure | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/x11-toolkits/vte/files/patch-configure b/x11-toolkits/vte/files/patch-configure index 955fd6d5115e..bedd42f13994 100644 --- a/x11-toolkits/vte/files/patch-configure +++ b/x11-toolkits/vte/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Tue May 6 10:14:49 2003 -+++ configure Wed May 7 02:24:01 2003 -@@ -8724,6 +8724,7 @@ +--- configure.orig Mon Jun 16 17:50:24 2003 ++++ configure Tue Sep 30 01:22:24 2003 +@@ -19316,6 +19316,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,14 +8,23 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -13009,10 +13010,6 @@ - fi +@@ -23732,10 +23733,6 @@ rm -f conftest* -- + -cat >>confdefs.h <<\_ACEOF -#define _XOPEN_SOURCE_EXTENDED 1 -_ACEOF - +- cat >>confdefs.h <<\_ACEOF + #define _XOPEN_SOURCE 1 +@@ -25977,7 +25974,7 @@ + + + cat >>confdefs.h <<_ACEOF +-#define LOCALEDIR "$mydatadir/locale" ++#define LOCALEDIR "$prefix/share/locale" + _ACEOF + + |