Date: Tue, 16 Aug 2016 22:16:15 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420306 - head/archivers/zstd Message-ID: <201608162216.u7GMGFPi098736@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Aug 16 22:16:15 2016 New Revision: 420306 URL: https://svnweb.freebsd.org/changeset/ports/420306 Log: 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 Modified: head/archivers/zstd/Makefile Modified: head/archivers/zstd/Makefile ============================================================================== --- head/archivers/zstd/Makefile Tue Aug 16 21:47:34 2016 (r420305) +++ head/archivers/zstd/Makefile Tue Aug 16 22:16:15 2016 (r420306) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608162216.u7GMGFPi098736>