svn commit: r323297 - head/news/trn4
Johan van Selst
johans at FreeBSD.org
Fri Jul 19 14:29:00 UTC 2013
Author: johans
Date: Fri Jul 19 14:28:59 2013
New Revision: 323297
URL: http://svnweb.freebsd.org/changeset/ports/323297
Log:
Rename pipe2 variable to avoid conflict with pipe2 function
Fixes compilation on CURRENT
Modified:
head/news/trn4/Makefile
Modified: head/news/trn4/Makefile
==============================================================================
--- head/news/trn4/Makefile Fri Jul 19 14:13:11 2013 (r323296)
+++ head/news/trn4/Makefile Fri Jul 19 14:28:59 2013 (r323297)
@@ -17,6 +17,9 @@ MAN1= trn.1 Pnews.1 Rnmail.1
.include <bsd.port.pre.mk>
+post-patch:
+ @${REINPLACE_CMD} -e 's/pipe[12]/z&/g' ${WRKSRC}/filter.c
+
pre-configure:
@${ECHO_MSG} "===> Running pre-configure target for ${DISTNAME}"
@${SED} -e "s:__CC__:${CC}:" -e "s:__CFLAGS__:${CFLAGS}:" \
More information about the svn-ports-head
mailing list