- Turn BROKEN into ONLY_FOR_ARCHS
This commit is contained in:
parent
4132656f31
commit
265b94cbd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337143
1 changed files with 4 additions and 6 deletions
|
@ -21,8 +21,10 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||||
libexecinfo.so:${PORTSDIR}/devel/libexecinfo
|
libexecinfo.so:${PORTSDIR}/devel/libexecinfo
|
||||||
BUILD_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip
|
BUILD_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386 amd64
|
# XXX: it should be possible to build it on i386, investigate
|
||||||
ONLY_FOR_ARCHS_REASON= relies on x86 floating-point math
|
# (currently link fails on undefined reference to __sync_fetch_and_add_8)
|
||||||
|
ONLY_FOR_ARCHS= amd64
|
||||||
|
ONLY_FOR_ARCHS_REASON= relies on x86 floating-point math and amd64 atomic ops
|
||||||
|
|
||||||
USE_SDL= sdl
|
USE_SDL= sdl
|
||||||
USE_OPENAL= al
|
USE_OPENAL= al
|
||||||
|
@ -65,10 +67,6 @@ PR_DOWNLOADER_LIB_DEPENDS=libcurl.so:${PORTSDIR}/ftp/curl
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${ARCH} == "i386"
|
|
||||||
BROKEN= does not build on i386 (undefined reference to __sync_fetch_and_add_8)
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if defined(WITH_SYNC_DEBUG)
|
.if defined(WITH_SYNC_DEBUG)
|
||||||
CFLAGS= # empty
|
CFLAGS= # empty
|
||||||
CXXFLAGS= # empty
|
CXXFLAGS= # empty
|
||||||
|
|
Loading…
Reference in a new issue