summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-05-27 03:03:31 +0000
committerkris <kris@FreeBSD.org>2007-05-27 03:03:31 +0000
commit3ee20a81fbe38cbba4000ad893e1ac81e953f2eb (patch)
tree965567cbb664ce2d1956915bd4daa13e8e6e1241 /news
parent0ccd4067feff5266b8b5bc29943d9c4ca415e847 (diff)
downloadFreeBSD-ports-3ee20a81fbe38cbba4000ad893e1ac81e953f2eb.zip
FreeBSD-ports-3ee20a81fbe38cbba4000ad893e1ac81e953f2eb.tar.gz
BROKEN with gcc 4.2
Diffstat (limited to 'news')
-rw-r--r--news/grn/Makefile8
-rw-r--r--news/nget/Makefile4
2 files changed, 11 insertions, 1 deletions
diff --git a/news/grn/Makefile b/news/grn/Makefile
index 17fcdad..0274fda 100644
--- a/news/grn/Makefile
+++ b/news/grn/Makefile
@@ -26,8 +26,14 @@ CONFIGURE_ENV= glibpath="${GLIB_CONFIG}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure ${WRKSRC}/libmutt/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/news/nget/Makefile b/news/nget/Makefile
index 2f8c33b..b828a74 100644
--- a/news/nget/Makefile
+++ b/news/nget/Makefile
@@ -24,6 +24,10 @@ USE_GETOPT_LONG= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
post-extract:
${LN} -s nget-${PORTVERSION} ${WRKDIR}/${DISTNAME}
OpenPOWER on IntegriCloud