cad/tochnog: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
acb121688a
commit
1ac9dec204
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@ ALL_TARGET= freebsd_old
|
|||
LIB_DEPENDS+= libsuperlu.so:math/superlu
|
||||
SUPERLU= superlu
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
|
||||
CPPFLAGS+= -Dregister=
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
.for sup in gid tools test
|
||||
${MV} ${WRKDIR}/${sup} ${WRKDIR}/Sources/
|
||||
|
|
Loading…
Reference in a new issue