1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Add --with-native-locale to CONFIGURE_ARGS.

This commit is contained in:
Vanilla I. Shu 2001-03-06 14:12:40 +00:00
parent 9966a26542
commit 62da209547
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39130

View File

@ -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"