Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 2015 10:19:26 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399083 - head/news/inn
Message-ID:  <201510111019.t9BAJQiP076788@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Sun Oct 11 10:19:26 2015
New Revision: 399083
URL: https://svnweb.freebsd.org/changeset/ports/399083

Log:
  Remove #pragma to fix build with all compiler versions
  
  PR:		ports/203281

Modified:
  head/news/inn/Makefile

Modified: head/news/inn/Makefile
==============================================================================
--- head/news/inn/Makefile	Sun Oct 11 09:01:32 2015	(r399082)
+++ head/news/inn/Makefile	Sun Oct 11 10:19:26 2015	(r399083)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510111019.t9BAJQiP076788>