mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
cad/librnd: Fix build on 14
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2e217b7dc6
commit
474cdc3f85
1 changed files with 9 additions and 0 deletions
|
@ -69,6 +69,15 @@ STROKE_CONFIGURE_OFF= --disable-stroke
|
|||
WGET_RUN_DEPENDS= wget:ftp/wget
|
||||
WGET_CONFIGURE_OFF= --disable-lib_wget
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
|
||||
USES+= llvm:max=15
|
||||
CC= clang${LLVM_VERSION}
|
||||
CPP= clang-cpp${LLVM_VERSION}
|
||||
CXX= clang++${LLVM_VERSION}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK4} || ${PORT_OPTIONS:MMOTIF}
|
||||
|
|
Loading…
Add table
Reference in a new issue