diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-06 14:12:40 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-06 14:12:40 +0000 |
commit | 62da2095477f1483028760ec16a4b3f4ccddd11f (patch) | |
tree | c1bf98ad4292be11c5602f7cb07ea2bf6885c6f2 /x11-toolkits/gtk12/Makefile | |
parent | Update fox and fox-unicode to 0.99.161. (diff) |
Add --with-native-locale to CONFIGURE_ARGS.
Diffstat (limited to 'x11-toolkits/gtk12/Makefile')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 2 |
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" |