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

(-)www/webkit-gtk2/Makefile (+5 lines)
Lines 78-83 Link Here
78
78
79
.include <bsd.port.options.mk>
79
.include <bsd.port.options.mk>
80
80
81
.if ${ARCH} == powerpc64 || ${ARCH} == powerpc
82
CONFIGURE_ARGS+= --disable-jit
83
CFLAGS+= -DENABLE_YARR_JIT=0
84
.endif
85
81
.if ${ARCH} == powerpc64
86
.if ${ARCH} == powerpc64
82
CFLAGS+=	-mminimal-toc
87
CFLAGS+=	-mminimal-toc
83
.endif
88
.endif

Return to bug 212903