aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-16 22:16:15 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-16 22:16:15 +0000
commitbc6564ea7b092ecde526202314fbd2199ddbdf92 (patch)
treea9cbcc86c8a701cb813ef96a6c29c16f4dc27bff /archivers
parent22e28031375f70a50893db315215a7c5eaa35bbb (diff)
downloadports-bc6564ea7b092ecde526202314fbd2199ddbdf92.tar.gz
ports-bc6564ea7b092ecde526202314fbd2199ddbdf92.zip
archivers/zstd: Mark broken on FreeBSD 9
The base compiler on FreeBSD 9 doesn't have __builtin_bswap32 and __builtin_bswap64 defined which causes a build failure. Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=420306
Diffstat (limited to 'archivers')
-rw-r--r--archivers/zstd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
index d2d1f90beffa..b13fc8e6d1b5 100644
--- a/archivers/zstd/Makefile
+++ b/archivers/zstd/Makefile
@@ -22,4 +22,6 @@ MAKE_ARGS= MANDIR="${PREFIX}/man/man1" \
LIBDIR="${PREFIX}/lib" \
INCLUDEDIR="${PREFIX}/include"
+BROKEN_FreeBSD_9= missing builtin bswap32 and bswap64
+
.include <bsd.port.mk>