diff options
author | girgen <girgen@FreeBSD.org> | 2016-08-11 05:20:51 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2016-08-11 05:20:51 +0800 |
commit | 9aa727a64269661e4924770bfae482e165f8b80a (patch) | |
tree | ce57bc001e4369fb7a52e24a1b9051f50563bf14 /net | |
parent | 943949a83e72e8f328a1decf2cc52fa93a1af048 (diff) | |
download | freebsd-ports-gnome-9aa727a64269661e4924770bfae482e165f8b80a.tar.gz freebsd-ports-gnome-9aa727a64269661e4924770bfae482e165f8b80a.tar.zst freebsd-ports-gnome-9aa727a64269661e4924770bfae482e165f8b80a.zip |
A change in openslp gets openldap into problems:
http://www.openldap.org/lists/openldap-bugs/201510/msg00045.html
Let openslp port add CPPFLAGS=-DHAVE_STRNCASECMP until
openldap fixes this.
Approved by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/openslp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 849e43a6a3e1..543ac6fa80df 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -3,6 +3,7 @@ PORTNAME= openslp PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/${PORTVERSION}%20Release @@ -16,6 +17,7 @@ USE_OPENSSL= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/openslp \ --localstatedir=/var +CPPFLAGS+= -DHAVE_STRNCASECMP USE_RC_SUBR= slpd |