diff options
author | dougb <dougb@FreeBSD.org> | 2012-10-08 02:53:25 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-10-08 02:53:25 +0800 |
commit | dfc2a4b17b7b992828af2df986734d5aef458b0d (patch) | |
tree | 4106e01003011bfcba91856a60fa1f416113de88 /security/libotr | |
parent | da05bf94f2d4f1f3697d91cac09dfa6b14408054 (diff) | |
download | freebsd-ports-gnome-dfc2a4b17b7b992828af2df986734d5aef458b0d.tar.gz freebsd-ports-gnome-dfc2a4b17b7b992828af2df986734d5aef458b0d.tar.zst freebsd-ports-gnome-dfc2a4b17b7b992828af2df986734d5aef458b0d.zip |
silence reinplace command from last commit
Diffstat (limited to 'security/libotr')
-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 |