diff options
Diffstat (limited to 'security/axTLS')
-rw-r--r-- | security/axTLS/Makefile | 2 |
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: |