svn commit: r347654 - head/mail/cclient
Adam Weinberger
adamw at FreeBSD.org
Sun Mar 9 16:02:20 UTC 2014
Author: adamw
Date: Sun Mar 9 16:02:19 2014
New Revision: 347654
URL: http://svnweb.freebsd.org/changeset/ports/347654
QAT: https://qat.redports.org/buildarchive/r347654/
Log:
The cclient build system clobbers CFLAGS, but we can pass our own
in EXTRACFLAGS.
PR: ports/186980
Approved by: maintainer timeout
Modified:
head/mail/cclient/Makefile
Modified: head/mail/cclient/Makefile
==============================================================================
--- head/mail/cclient/Makefile Sun Mar 9 15:54:52 2014 (r347653)
+++ head/mail/cclient/Makefile Sun Mar 9 16:02:19 2014 (r347654)
@@ -48,6 +48,7 @@ MAKE_ARGS+= SSLTYPE=unix.nopwd SSLDIR=${
.endif
WRKSRC= ${WRKDIR}/${DISTNAME}
+MAKE_ARGS+= EXTRACFLAGS="${CFLAGS}"
SHLIBBASE= c-client4
SHLIBMAJ= 9
More information about the svn-ports-all
mailing list