- Mark broken for recent versions of FreeBSD.
Reported by: pkg-fallout@
This commit is contained in:
parent
afe9d87f45
commit
758994ccc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501675
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue