Date: Sun, 7 Oct 2012 18:53:25 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305502 - head/security/libotr Message-ID: <201210071853.q97IrPqG051907@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210071853.q97IrPqG051907>