summaryrefslogtreecommitdiffstats
path: root/cad/netgen
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-02-13 22:00:54 +0000
committerthierry <thierry@FreeBSD.org>2006-02-13 22:00:54 +0000
commit9f2c2f8a6cf604a1e39e26e3c317bca6374515e0 (patch)
tree8b76edb3a41d1665fc6a340eb5385d1a76b37201 /cad/netgen
parent8f66cd5618a3bb3a33509428436886aa262ed1d5 (diff)
downloadFreeBSD-ports-9f2c2f8a6cf604a1e39e26e3c317bca6374515e0.zip
FreeBSD-ports-9f2c2f8a6cf604a1e39e26e3c317bca6374515e0.tar.gz
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>
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 8ed173f..044ad24 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
OpenPOWER on IntegriCloud