diff options
-rw-r--r-- | security/libotr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libotr/Makefile b/security/libotr/Makefile index 3a39b7f28160..a5ccfe98f166 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -42,7 +42,7 @@ post-patch: ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am .if ${OSVERSION} >= 800000 && ${OSVERSION} < 1000000 - ${REINPLACE_CMD} -e 's#OTR_CHECK_CFLAGS(.*stack-protector.*#dnl &#' \ + @${REINPLACE_CMD} -e 's#OTR_CHECK_CFLAGS(.*stack-protector.*#dnl &#' \ ${WRKSRC}/configure.ac .endif |