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>
This commit is contained in:
parent
a42a9fd441
commit
a70cda59b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155965
1 changed files with 2 additions and 3 deletions
|
@ -16,10 +16,9 @@ COMMENT= An automatic 3D tetrahedral mesh generator
|
||||||
|
|
||||||
LIB_DEPENDS= tix8184:${PORTSDIR}/x11-toolkits/tix
|
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_GMAKE= yes
|
||||||
USE_GL= yes
|
USE_GL= yes
|
||||||
USE_REINPLACE= yes
|
|
||||||
|
|
||||||
ALL_TARGET= ng
|
ALL_TARGET= ng
|
||||||
|
|
||||||
|
@ -35,7 +34,7 @@ DIRTCL= demoapp ngsolve ngtcltk
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${ARCH} == "sparc64"
|
.if ${ARCH} == "sparc64"
|
||||||
BROKEN= "internal gcc error (Bug 23159)"
|
BROKEN= internal gcc error (Bug 23159)
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
TK_VER?= 8.4
|
TK_VER?= 8.4
|
||||||
|
|
Loading…
Reference in a new issue