summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2013-07-19 14:28:59 +0000
committerJohan van Selst <johans@FreeBSD.org>2013-07-19 14:28:59 +0000
commit52b5fab34e89483ef1e4a3c20c56da77877ae2d6 (patch)
tree26f725d689969d639e585b7873e49dc0477b2f09 /news
parentRemove overlooked empty directory. (diff)
Rename pipe2 variable to avoid conflict with pipe2 function
Fixes compilation on CURRENT
Notes
Notes: svn path=/head/; revision=323297
Diffstat (limited to 'news')
-rw-r--r--news/trn4/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/news/trn4/Makefile b/news/trn4/Makefile
index 44604c0f9036..ba3a2329cf39 100644
--- a/news/trn4/Makefile
+++ b/news/trn4/Makefile
@@ -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}:" \