diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-18 23:22:23 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-18 23:22:23 +0000 |
commit | 631c8d41f027d6e0fc61295be33d4cc1306ba74d (patch) | |
tree | 9844f9a452d61fe3ec8a61f2eb59acf68a98e780 /www/webkit-gtk2 | |
parent | 8d3e040687b13095c4714dc7f22842e160aeceb2 (diff) |
Notes
Diffstat (limited to 'www/webkit-gtk2')
-rw-r--r-- | www/webkit-gtk2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 12f9c522a3d2..f1e45f6439ef 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -49,6 +49,8 @@ CONFIGURE_ARGS= --with-gtk=2.0 \ MAKEFILE= GNUmakefile MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} +BROKEN_sparc64= attempts to use x86 assembler + CONFIGURE_ARGS+=--disable-egl \ --disable-gles2 SHEBANG_FILES= \ |