aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk12/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-03-06 22:12:40 +0800
committervanilla <vanilla@FreeBSD.org>2001-03-06 22:12:40 +0800
commitef0f9f01ff6a54b743a8b8b94d15f5129802ed1a (patch)
treed02e27a63981c620f28c95f83ab69b529f5b3ea6 /x11-toolkits/gtk12/Makefile
parentef829ba068af5a561466832257a3313913cca4b5 (diff)
downloadfreebsd-ports-gnome-ef0f9f01ff6a54b743a8b8b94d15f5129802ed1a.tar.gz
freebsd-ports-gnome-ef0f9f01ff6a54b743a8b8b94d15f5129802ed1a.tar.zst
freebsd-ports-gnome-ef0f9f01ff6a54b743a8b8b94d15f5129802ed1a.zip
Add --with-native-locale to CONFIGURE_ARGS.
Diffstat (limited to 'x11-toolkits/gtk12/Makefile')
-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"