svn commit: r403928 - head/security/axTLS
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Dec 17 18:46:16 UTC 2015
Author: amdmi3
Date: Thu Dec 17 18:46:14 2015
New Revision: 403928
URL: https://svnweb.freebsd.org/changeset/ports/403928
Log:
- Fix build when CC contains slashes
Approved by: portmgr blanket
Modified:
head/security/axTLS/Makefile
Modified: head/security/axTLS/Makefile
==============================================================================
--- head/security/axTLS/Makefile Thu Dec 17 18:45:17 2015 (r403927)
+++ head/security/axTLS/Makefile Thu Dec 17 18:46:14 2015 (r403928)
@@ -86,7 +86,7 @@ CONFIG_SUB+= TEST_PERF="\# " \
_CONFIG_SUB_TEMP= ${CONFIG_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/}
post-patch:
- ${REINPLACE_CMD} -e '/^CC/s/gcc/${CC}/; /^HOSTCC/s/gcc/${CC}/' \
+ ${REINPLACE_CMD} -e '/^CC/s|gcc|${CC}|; /^HOSTCC/s|gcc|${CC}|' \
${WRKSRC}/config/Rules.mak
do-configure:
More information about the svn-ports-all
mailing list