From 4b79ceca5322187b6b7d9ae7c6200ff6e69ef3fd Mon Sep 17 00:00:00 2001 From: Johan van Selst Date: Sun, 11 Oct 2015 10:19:26 +0000 Subject: Remove #pragma to fix build with all compiler versions PR: ports/203281 --- news/inn/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'news') diff --git a/news/inn/Makefile b/news/inn/Makefile index 8c1c49747343..67b69b367bb7 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -158,6 +158,7 @@ post-patch: @${REINPLACE_CMD} -e 's!et/com_err\.h!com_err.h!g' \ -e 's!-lk5crypto!!g' \ ${WRKSRC}/configure ${WRKSRC}/authprogs/auth_krb5.c + @${REINPLACE_CMD} -e '/^#pragma/d' ${WRKSRC}/*/*.c .if ${PORT_OPTIONS:MBERKELEYDB} @${REINPLACE_CMD} -e 's!-ldb!-ldb-${BDB_VER}!' ${WRKSRC}/configure .endif -- cgit v1.2.3