Skip to content

Commit

Permalink
cad/pcb-rnd: chase commit 512d100 (cad/librnd)
Browse files Browse the repository at this point in the history
Do not pull another whole compiler suite just to unbreak
the port's build on -CURRENT when there is a better way.

Fixes:	1f3fdcf
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Sep 7, 2023
1 parent 9075c15 commit 379142d
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions cad/pcb-rnd/Makefile
Expand Up @@ -30,19 +30,14 @@ BINARY_ALIAS= make=${MAKE_CMD}

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:
.for f in pcb-rnd txt2bxl bxl2txt gsch2pcb-rnd
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/$f
.endfor
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pcb-rnd/plugins/*.so

post-patch:
@${ECHO_CMD} 'USER_CFLAGS += -DSCCONFIG_ACCEPT_IMPLICIT' \
>> ${WRKSRC}/scconfig/Makefile

.include <bsd.port.mk>

0 comments on commit 379142d

Please sign in to comment.