View | Details | Raw Unified | Return to bug 237559
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 14-20 Link Here
14
BROKEN_aarch64=		fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
14
BROKEN_aarch64=		fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
15
BROKEN_armv6=		fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
15
BROKEN_armv6=		fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
16
BROKEN_armv7=		fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
16
BROKEN_armv7=		fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
17
BROKEN_powerpc64=	fails to configure: Checking for C library pthread... no
18
NOT_FOR_ARCHS=		i386
17
NOT_FOR_ARCHS=		i386
19
# On i386 older versions of clang produce:
18
# On i386 older versions of clang produce:
20
#   cannot compile this atomic library call yet ... __atomic_add_fetch
19
#   cannot compile this atomic library call yet ... __atomic_add_fetch
Lines 30-36 Link Here
30
		${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
29
		${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
31
LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs
30
LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs
32
31
33
USES=		python:build scons ssl
32
USES=		compiler:c++11-lang python:build scons ssl
34
33
35
USE_LDCONFIG=	yes
34
USE_LDCONFIG=	yes
36
35

Return to bug 237559