mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
cad/pcb-rnd: Fix build on 14
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
55c157d007
commit
1f3fdcf538
1 changed files with 9 additions and 0 deletions
|
@ -30,6 +30,15 @@ BINARY_ALIAS= make=${MAKE_CMD}
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
.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
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.for f in pcb-rnd txt2bxl bxl2txt gsch2pcb-rnd
|
.for f in pcb-rnd txt2bxl bxl2txt gsch2pcb-rnd
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/$f
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/$f
|
||||||
|
|
Loading…
Add table
Reference in a new issue