mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
Toggle the default setting for the ID64 option to on. 32-bit IDs have
been deprecated upstream. Submitted by: Miroslav Lachman <000.fbsd@quip.cz>
This commit is contained in:
parent
e4baba2151
commit
03feb6ba3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435372
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= sphinxsearch
|
||||
PORTVERSION= 2.2.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc databases
|
||||
MASTER_SITES= http://sphinxsearch.com/files/ \
|
||||
http://snowball.tartarus.org/dist/:libstemmer
|
||||
@ -25,7 +26,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2
|
||||
|
||||
OPTIONS_DEFINE= ICONV ID64 LIBSTEMMER MYSQL OPTIMIZED_CFLAGS PGSQL \
|
||||
RE2 SYSLOG UNIXODBC DOCS EXAMPLES
|
||||
OPTIONS_DEFAULT=ICONV MYSQL SYSLOG
|
||||
OPTIONS_DEFAULT=ICONV ID64 MYSQL SYSLOG
|
||||
|
||||
ICONV_CONFIGURE_WITH= iconv
|
||||
ICONV_USES= iconv
|
||||
|
Loading…
Reference in New Issue
Block a user