diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-20 19:32:39 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-20 19:32:39 +0000 |
commit | f191d6b8872215d88c30b5942a9319854b9e98ba (patch) | |
tree | 2ae9e1593b29ed28637a9cbae361c9e3af678802 /net/ss5 | |
parent | 47e51189262149884b0a6e3a5653e397d7635d35 (diff) |
Notes
Diffstat (limited to 'net/ss5')
-rw-r--r-- | net/ss5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ss5/Makefile b/net/ss5/Makefile index c4bdcc884fc7..0208ee2b84d8 100644 --- a/net/ss5/Makefile +++ b/net/ss5/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --with-binpathbase=${PREFIX}/sbin \ --with-libpath=${PREFIX}/lib MAKE_ENV= DATADIR=${DATADIR} EXAMPLESDIR=${EXAMPLESDIR} -MAKE_ARGS+= CC=${CC} +MAKE_ARGS+= CC="${CC}" CFLAGS+= -DLDAP_DEPRECATED post-patch: |