diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2017-05-14 20:33:31 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2017-05-14 20:33:31 +0000 |
commit | 0ecc6a7b6d44ef3f48113f77734926f517d2c2a9 (patch) | |
tree | 9d038ac25b44bb174bba423e458c8673bf6fcd06 /textproc | |
parent | fee84ff5f309ec34ec18bb17c0b976a49353efe3 (diff) | |
download | ports-0ecc6a7b6d44ef3f48113f77734926f517d2c2a9.tar.gz ports-0ecc6a7b6d44ef3f48113f77734926f517d2c2a9.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sphinxsearch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile index 2730943f39ab..a5b71bbc58ff 100644 --- a/textproc/sphinxsearch/Makefile +++ b/textproc/sphinxsearch/Makefile @@ -80,6 +80,7 @@ PGSQL_USES= pgsql RE2_DESC= Enable re2 regular expression library RE2_CONFIGURE_WITH= re2 RE2_BUILD_DEPENDS= ${LOCALBASE}/lib/libre2.a:devel/re2 +RE2_BROKEN= Bad C++ code in re2.h SYSLOG_DESC= Enable logging via syslog SYSLOG_CONFIGURE_WITH= syslog |