diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-14 05:43:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-14 05:43:13 +0000 |
commit | 1c5ba91eb49e4940648642e5a1c65c97b7ec4491 (patch) | |
tree | 66cb2393c8962f3b51137a5eaaecafd052bb966e /www/webkit2-gtk3 | |
parent | 82b54533ff80f287758aa84fe83c6b2c1e178da0 (diff) | |
download | ports-1c5ba91eb49e4940648642e5a1c65c97b7ec4491.tar.gz ports-1c5ba91eb49e4940648642e5a1c65c97b7ec4491.zip |
Notes
Diffstat (limited to 'www/webkit2-gtk3')
-rw-r--r-- | www/webkit2-gtk3/Makefile | 4 | ||||
-rw-r--r-- | www/webkit2-gtk3/files/patch-Source_WTF_wtf_Platform.h | 18 | ||||
-rw-r--r-- | www/webkit2-gtk3/files/patch-Source_bmalloc_bmalloc_BPlatform.h | 10 |
3 files changed, 0 insertions, 32 deletions
diff --git a/www/webkit2-gtk3/Makefile b/www/webkit2-gtk3/Makefile index f13645679775..6f224f1c38ed 100644 --- a/www/webkit2-gtk3/Makefile +++ b/www/webkit2-gtk3/Makefile @@ -55,10 +55,6 @@ DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE=Release .include <bsd.port.options.mk> -.if ${ARCH} == armv6 -CMAKE_ARGS+= -DENABLE_JIT:BOOL=OFF -.endif - .if ${ARCH} == powerpc64 CFLAGS+= -mminimal-toc .endif diff --git a/www/webkit2-gtk3/files/patch-Source_WTF_wtf_Platform.h b/www/webkit2-gtk3/files/patch-Source_WTF_wtf_Platform.h deleted file mode 100644 index b76bfc4588e5..000000000000 --- a/www/webkit2-gtk3/files/patch-Source_WTF_wtf_Platform.h +++ /dev/null @@ -1,18 +0,0 @@ ---- Source/WTF/wtf/Platform.h.orig 2016-07-20 UTC -+++ Source/WTF/wtf/Platform.h -@@ -218,6 +218,7 @@ - #elif defined(__ARM_ARCH_6__) \ - || defined(__ARM_ARCH_6J__) \ - || defined(__ARM_ARCH_6K__) \ -+ || defined(__ARM_ARCH_6KZ__) \ - || defined(__ARM_ARCH_6Z__) \ - || defined(__ARM_ARCH_6ZK__) \ - || defined(__ARM_ARCH_6T2__) \ -@@ -264,6 +265,7 @@ - - #elif defined(__ARM_ARCH_6J__) \ - || defined(__ARM_ARCH_6K__) \ -+ || defined(__ARM_ARCH_6KZ__) \ - || defined(__ARM_ARCH_6Z__) \ - || defined(__ARM_ARCH_6ZK__) \ - || defined(__ARM_ARCH_6M__) diff --git a/www/webkit2-gtk3/files/patch-Source_bmalloc_bmalloc_BPlatform.h b/www/webkit2-gtk3/files/patch-Source_bmalloc_bmalloc_BPlatform.h deleted file mode 100644 index 3354345ef439..000000000000 --- a/www/webkit2-gtk3/files/patch-Source_bmalloc_bmalloc_BPlatform.h +++ /dev/null @@ -1,10 +0,0 @@ ---- Source/bmalloc/bmalloc/BPlatform.h.orig 2016-05-06 11:07:30 UTC -+++ Source/bmalloc/bmalloc/BPlatform.h -@@ -100,6 +100,7 @@ - #elif defined(__ARM_ARCH_6__) \ - || defined(__ARM_ARCH_6J__) \ - || defined(__ARM_ARCH_6K__) \ -+|| defined(__ARM_ARCH_6KZ__) \ - || defined(__ARM_ARCH_6Z__) \ - || defined(__ARM_ARCH_6ZK__) \ - || defined(__ARM_ARCH_6T2__) \ |