From 52b5fab34e89483ef1e4a3c20c56da77877ae2d6 Mon Sep 17 00:00:00 2001 From: Johan van Selst Date: Fri, 19 Jul 2013 14:28:59 +0000 Subject: Rename pipe2 variable to avoid conflict with pipe2 function Fixes compilation on CURRENT --- news/trn4/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'news') 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 +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}:" \ -- cgit v1.2.3