1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

devel/libffcall: build with clang on powerpc64*

This commit is contained in:
Piotr Kubaj 2022-04-21 17:11:38 +00:00
parent ebae4a60b7
commit fd21ab71d4

View File

@ -2,6 +2,7 @@
PORTNAME= libffcall
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNU
@ -23,12 +24,6 @@ CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
MAKE_JOBS_UNSAFE= yes
CFLAGS+= -fPIC
.include <bsd.port.options.mk>
.if ${ARCH:Mpowerpc64*}
USES+= compiler:gcc-c++11-lib
.endif
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libavcall.so \
${STAGEDIR}${PREFIX}/lib/libcallback.so \