From 3ee20a81fbe38cbba4000ad893e1ac81e953f2eb Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 27 May 2007 03:03:31 +0000 Subject: BROKEN with gcc 4.2 --- news/grn/Makefile | 8 +++++++- news/nget/Makefile | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'news') 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 + +.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 +.include 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 +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + post-extract: ${LN} -s nget-${PORTVERSION} ${WRKDIR}/${DISTNAME} -- cgit v1.1