aboutsummaryrefslogtreecommitdiff
path: root/lang/nhc98
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2015-01-20 00:13:22 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2015-01-20 00:13:22 +0000
commit4c9d82a3c484b5efeed1401e9d7ffb3e5b85de6a (patch)
treeee39aa8bfa1e51dc0a1e7bf49dc35471d37f3cf9 /lang/nhc98
parent86c24d958dab039faa1a1199c73a928a8355fe20 (diff)
downloadports-4c9d82a3c484b5efeed1401e9d7ffb3e5b85de6a.tar.gz
ports-4c9d82a3c484b5efeed1401e9d7ffb3e5b85de6a.zip
This fails to properly build with GCC 4.9, so force GCC 4.8 for the
time being. PR: 196857 Approved by: pgj (maintainer)
Notes
Notes: svn path=/head/; revision=377491
Diffstat (limited to 'lang/nhc98')
-rw-r--r--lang/nhc98/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile
index 4c3a9e4ebdd4..c2b519d1a010 100644
--- a/lang/nhc98/Makefile
+++ b/lang/nhc98/Makefile
@@ -17,7 +17,8 @@ ONLY_FOR_ARCHS= i386
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= gmake
-USE_GCC= yes
+# Fails to build with GCC 4.9, cf. PR 196857.
+USE_GCC= 4.8
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} --heap=4M