1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix lang selection in prev. patch

This commit is contained in:
Andrey A. Chernov 2004-11-11 21:04:28 +00:00
parent 912e002c0e
commit 1e57bb4868
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121410

View File

@ -51,10 +51,12 @@ CONFIGURE_ARGS+= --enable-dns \
--with-geoip-lib=${LOCALBASE}/lib \
--with-geoip-inc=${LOCALBASE}/include \
--with-png=${LOCALBASE}/lib \
--with-png-inc=${LOCALBASE}/include \
--with-png-inc=${LOCALBASE}/include
.if defined(GEOLIZER_LANG)
CONFIGURE_ARGS+= --with-language=${GEOLIZER_LANG}
.else
CONFIGURE_ARGS+= --with-language=english
.endif
CFLAGS+= -DLINKLIST_MAX_STRING=256