mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
- update to 2.4.11 - fix build with Ruby 2.2 default version (ruby symlink doesn't exist anymore) - replace CPPFLAGS and LDFLAGS by USES= localbase - fix couple of whitespace bugs PR: 208961 PR: 208192 Submitted by: olivierd Reviewed by: kwm With hat: gnome MFH: 2016Q2 (along with r414478) - fix build of webkit-gtk2 on ARM platforms PR: 208569 Reported by: otacilio.neto@bsd.com.br Submitted by: mikael.urankar@gmail.com - fix build of webkit-gtk[23] when GNU binutils is installed PR: 195500 PR: 196333 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
12 lines
413 B
C
12 lines
413 B
C
This patch reportedly fixes build for ARM. See PR 208569
|
|
|
|
--- Source/WTF/wtf/Platform.h.orig 2016-04-10 06:48:36 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__) \
|