diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2019-05-15 02:42:17 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2019-05-15 02:42:17 +0000 |
commit | 758994ccc6992322dae2b6d8c642075adc6540e2 (patch) | |
tree | 588a12b0f8d9054343fb5d4f63852edea0748d30 /cad | |
parent | afe9d87f45b23a7193f9ed744615cb1f138abade (diff) | |
download | ports-758994ccc6992322dae2b6d8c642075adc6540e2.tar.gz ports-758994ccc6992322dae2b6d8c642075adc6540e2.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/netgen/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile index b7f1deab61ce..bf6dc686ad46 100644 --- a/cad/netgen/Makefile +++ b/cad/netgen/Makefile @@ -34,6 +34,10 @@ OPTIONS_DEFAULT= # OCC BROKEN_sparc64= internal gcc error (Bug 23159) +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300014 +BROKEN= does not build with recent versions of FreeBSD +.endif + OCC_LIB_DEPENDS= libTKernel.so:cad/opencascade OCC_CXXFLAGS= -DOCCGEOMETRY -DHAVE_CONFIG_H -D${ARCH} -I${LOCALBASE}/include/OpenCASCADE OCC_CONFIGURE_ON= --enable-occ |