summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk12
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-06 14:12:40 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-06 14:12:40 +0000
commit62da2095477f1483028760ec16a4b3f4ccddd11f (patch)
treec1bf98ad4292be11c5602f7cb07ea2bf6885c6f2 /x11-toolkits/gtk12
parentUpdate fox and fox-unicode to 0.99.161. (diff)
Add --with-native-locale to CONFIGURE_ARGS.
Notes
Notes: svn path=/head/; revision=39130
Diffstat (limited to 'x11-toolkits/gtk12')
-rw-r--r--x11-toolkits/gtk12/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile
index 167d1959b745..f112d028822d 100644
--- a/x11-toolkits/gtk12/Makefile
+++ b/x11-toolkits/gtk12/Makefile
@@ -24,7 +24,7 @@ USE_GLIB= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
LIBTOOLFLAGS= --disable-ltlibs --release-suffix
-CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk12
+CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk12 --with-native-locale
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
X_CFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"