svn commit: r305502 - head/security/libotr

Doug Barton dougb at FreeBSD.org
Sun Oct 7 18:53:26 UTC 2012


Author: dougb
Date: Sun Oct  7 18:53:25 2012
New Revision: 305502
URL: http://svn.freebsd.org/changeset/ports/305502

Log:
  silence reinplace command from last commit

Modified:
  head/security/libotr/Makefile

Modified: head/security/libotr/Makefile
==============================================================================
--- head/security/libotr/Makefile	Sun Oct  7 18:44:44 2012	(r305501)
+++ head/security/libotr/Makefile	Sun Oct  7 18:53:25 2012	(r305502)
@@ -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
 



More information about the svn-ports-all mailing list