Mark broken ports that fail to build on i386 with clang 6

This commit is contained in:
Luca Pizzamiglio 2018-01-27 12:44:00 +00:00
parent b9747f1f1e
commit 11d9b6d29d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460116
2 changed files with 12 additions and 0 deletions

View file

@ -18,6 +18,12 @@ ALL_TARGET= # empty
PLIST_FILES= bin/stress-ng man/man1/stress-ng.1.gz
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056 && ${ARCH} == i386
BROKEN= undefined reference to '__atomic_fetch_add_8'
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/stress-ng ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/stress-ng.1 ${STAGEDIR}${MAN1PREFIX}/man/man1

View file

@ -30,6 +30,12 @@ CONFIGURE_ARGS+= --disable-sasl --enable-ssl
USE_LDCONFIG= yes
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056 && ${ARCH} == i386
BROKEN= undefined reference to '__atomic_fetch_add_8'
.endif
post-patch:
${REINPLACE_CMD} -e \
's|_ALIGN(|_RE_ALIGN(|g' ${WRKSRC}/src/rdkafka_buf.h \