aboutsummaryrefslogtreecommitdiffstats
path: root/security/axTLS
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-12-18 02:46:14 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-12-18 02:46:14 +0800
commit5fed54d730ecef5fc932af4bbfc974531e764cdd (patch)
tree3a435da827f91d7da1a758c736ab1d2920f44261 /security/axTLS
parent5ba15053ab362e2e57d01af6c0cb4dc9ac861b5c (diff)
downloadfreebsd-ports-gnome-5fed54d730ecef5fc932af4bbfc974531e764cdd.tar.gz
freebsd-ports-gnome-5fed54d730ecef5fc932af4bbfc974531e764cdd.tar.zst
freebsd-ports-gnome-5fed54d730ecef5fc932af4bbfc974531e764cdd.zip
- Fix build when CC contains slashes
Approved by: portmgr blanket
Diffstat (limited to 'security/axTLS')
-rw-r--r--security/axTLS/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/axTLS/Makefile b/security/axTLS/Makefile
index ae7e66ad8d6e..6544e4c3eeaf 100644
--- a/security/axTLS/Makefile
+++ b/security/axTLS/Makefile
@@ -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: