mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix lang selection in prev. patch
This commit is contained in:
parent
912e002c0e
commit
1e57bb4868
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121410
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue