summaryrefslogtreecommitdiff
path: root/cad/netgen
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-02-13 22:00:54 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-02-13 22:00:54 +0000
commita70cda59b798cac3bfadbe905d6a32d801649cef (patch)
treeaa4dd29ae4cb491f9df9ec62a93d5ed573801e84 /cad/netgen
parentFix plist. (diff)
Netgen builds fine with gcc-3.4, that should make it packageable on
amd64. Since I'm there, pet portlint. Tested by: Pedro F. Giffuni <giffunip (at) yahoo.com>
Notes
Notes: svn path=/head/; revision=155965
Diffstat (limited to 'cad/netgen')
-rw-r--r--cad/netgen/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile
index 8ed173ff6e44..044ad248e83f 100644
--- a/cad/netgen/Makefile
+++ b/cad/netgen/Makefile
@@ -16,10 +16,9 @@ COMMENT= An automatic 3D tetrahedral mesh generator
LIB_DEPENDS= tix8184:${PORTSDIR}/x11-toolkits/tix
-USE_GCC= 3.3 # netgen-4.4 is BROKEN with gcc-3.4 on 5.3-STABLE.
+USE_GCC= 3.3+
USE_GMAKE= yes
USE_GL= yes
-USE_REINPLACE= yes
ALL_TARGET= ng
@@ -35,7 +34,7 @@ DIRTCL= demoapp ngsolve ngtcltk
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
-BROKEN= "internal gcc error (Bug 23159)"
+BROKEN= internal gcc error (Bug 23159)
.endif
TK_VER?= 8.4