diff options
author | antoine <antoine@FreeBSD.org> | 2016-09-14 13:43:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-09-14 13:43:13 +0800 |
commit | edb5a5c7932f73d540136ed3e4c4a431d1e76ce8 (patch) | |
tree | 66cb2393c8962f3b51137a5eaaecafd052bb966e /www | |
parent | 8396c8b300e1f82a07b553ab79c8c120aeaa41d1 (diff) | |
download | freebsd-ports-gnome-edb5a5c7932f73d540136ed3e4c4a431d1e76ce8.tar.gz freebsd-ports-gnome-edb5a5c7932f73d540136ed3e4c4a431d1e76ce8.tar.zst freebsd-ports-gnome-edb5a5c7932f73d540136ed3e4c4a431d1e76ce8.zip |
Revert r422019, patch fails to apply
PR: 207275
Reported by: pkg-fallout
Diffstat (limited to 'www')
-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__) \ |