diff options
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 |