View | Details | Raw Unified | Return to bug 219111 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/gegl/Makefile (+2 lines)
Lines 17-22 Link Here
17
17
18
LIB_DEPENDS=	libbabl-0.1.so:x11/babl
18
LIB_DEPENDS=	libbabl-0.1.so:x11/babl
19
19
20
BROKEN_aarch64=		fails to build: Segmentation fault (core dumped)
21
20
# ignore new versions until we can replace this version with gegl 3.x
22
# ignore new versions until we can replace this version with gegl 3.x
21
PORTSCOUT=	ignore:1
23
PORTSCOUT=	ignore:1
22
24
(-)www/webkit-gtk2/Makefile (+3 lines)
Lines 57-62 Link Here
57
MAKEFILE=	GNUmakefile
57
MAKEFILE=	GNUmakefile
58
MAKE_ENV=	XDG_CACHE_HOME=${WRKDIR}
58
MAKE_ENV=	XDG_CACHE_HOME=${WRKDIR}
59
59
60
BROKEN_aarch64=		fails to build: runaway build
61
BROKEN_armv6=		fails to compile: fatal error: error in backend: out of range pc-relative fixup value
62
60
CONFIGURE_ARGS+=--disable-egl \
63
CONFIGURE_ARGS+=--disable-egl \
61
		--disable-gles2
64
		--disable-gles2
62
SHEBANG_FILES=	\
65
SHEBANG_FILES=	\
(-)www/webkit-gtk3/Makefile (-1 / +3 lines)
Lines 51-57 Link Here
51
MAKEFILE=	GNUmakefile
51
MAKEFILE=	GNUmakefile
52
MAKE_ENV=	XDG_CACHE_HOME=${WRKDIR}
52
MAKE_ENV=	XDG_CACHE_HOME=${WRKDIR}
53
53
54
BROKEN_sparc64=	fails to detect working compiler
54
BROKEN_aarch64=		fails to build: runaway build
55
BROKEN_armv6=		fails to compile: error: not supported ARM architecture
56
BROKEN_sparc64=		fails to detect working compiler
55
57
56
CONFIGURE_ARGS+=--disable-egl \
58
CONFIGURE_ARGS+=--disable-egl \
57
		--disable-gles2
59
		--disable-gles2
(-)x11-toolkits/bakery/Makefile (+2 lines)
Lines 16-21 Link Here
16
		libgnomevfsmm-2.6.so:devel/gnome-vfsmm \
16
		libgnomevfsmm-2.6.so:devel/gnome-vfsmm \
17
		libxml++-2.6.so:textproc/libxml++26
17
		libxml++-2.6.so:textproc/libxml++26
18
18
19
BROKEN_aarch64=		fails to build: libbakery-2.6.la:No such file or directory
20
19
USES=		compiler:c++11-lang gettext gmake libtool localbase pathfix \
21
USES=		compiler:c++11-lang gettext gmake libtool localbase pathfix \
20
		pkgconfig tar:bzip2
22
		pkgconfig tar:bzip2
21
USE_CXXSTD=	c++11
23
USE_CXXSTD=	c++11

Return to bug 219111