aboutsummaryrefslogtreecommitdiffstats
path: root/community/qt5-qtwebkit/pic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/qt5-qtwebkit/pic.patch')
-rw-r--r--community/qt5-qtwebkit/pic.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/qt5-qtwebkit/pic.patch b/community/qt5-qtwebkit/pic.patch
deleted file mode 100644
index ef8993ee3de..00000000000
--- a/community/qt5-qtwebkit/pic.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./Source/WTF/wtf/InlineASM.h.orig 2013-10-07 11:36:58.995128674 +0000
-+++ ./Source/WTF/wtf/InlineASM.h 2013-10-07 11:37:28.058792290 +0000
-@@ -42,7 +42,7 @@
- #define THUMB_FUNC_PARAM(name)
- #endif
-
--#if (OS(LINUX) || OS(FREEBSD)) && CPU(X86_64)
-+#if (OS(LINUX) || OS(FREEBSD)) && (CPU(X86_64) || defined(__PIC__))
- #define GLOBAL_REFERENCE(name) #name "@plt"
- #elif CPU(X86) && COMPILER(MINGW)
- #define GLOBAL_REFERENCE(name) "@" #name "@4"