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

(-)www/webkit-gtk2/Makefile (-1 / +2 lines)
Lines 81-86 Link Here
81
CFLAGS+=	-mminimal-toc
81
CFLAGS+=	-mminimal-toc
82
.endif
82
.endif
83
83
84
BROKEN_sparc64=	cannot build: attempts to use x86 assembler
85
84
.include <bsd.port.pre.mk>
86
.include <bsd.port.pre.mk>
85
87
86
.if ${OSVERSION} < 1000033
88
.if ${OSVERSION} < 1000033
Lines 93-99 Link Here
93
CXXFLAGS+=	-Qunused-arguments
95
CXXFLAGS+=	-Qunused-arguments
94
.endif
96
.endif
95
97
96
97
post-patch:
98
post-patch:
98
	@${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \
99
	@${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \
99
		${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp
100
		${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp
(-)www/webkit-gtk3/Makefile (-1 / +3 lines)
Lines 21-27 Link Here
21
		libwebp.so:${PORTSDIR}/graphics/webp \
21
		libwebp.so:${PORTSDIR}/graphics/webp \
22
		libcurl.so:${PORTSDIR}/ftp/curl \
22
		libcurl.so:${PORTSDIR}/ftp/curl \
23
		libsoup-2.4.so:${PORTSDIR}/devel/libsoup
23
		libsoup-2.4.so:${PORTSDIR}/devel/libsoup
24
RUN_DEPENDS=	geoclue>=0:${PORTSDIR}/net/geoclue 
24
RUN_DEPENDS=	geoclue>=0:${PORTSDIR}/net/geoclue
25
25
26
PORTSCOUT=	limit:1.4.*$$
26
PORTSCOUT=	limit:1.4.*$$
27
27
Lines 84-89 Link Here
84
CFLAGS+=	-mminimal-toc
84
CFLAGS+=	-mminimal-toc
85
.endif
85
.endif
86
86
87
BROKEN_sparc64=	cannot build: fails to detect working compiler.
88
87
.include <bsd.port.pre.mk>
89
.include <bsd.port.pre.mk>
88
90
89
.if ${OSVERSION} < 1000033
91
.if ${OSVERSION} < 1000033

Return to bug 203382