diff options
-rw-r--r-- | www/webkit-gtk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 726d4ec5d0a4..c3d609e129dd 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -84,7 +84,7 @@ DEBUG_CONFIGURE_OFF= --disable-debug-symbols .include <bsd.port.options.mk> -.if ${ARCH} == powerpc64 || ${ARCH} == powerpc || ${ARCH} == sparc64 +.if ${ARCH:Mpowerpc*} || ${ARCH} == sparc64 CONFIGURE_ARGS+= --disable-jit CFLAGS+= -DENABLE_YARR_JIT=0 .endif |