summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2016-04-29 11:14:13 +0000
committernros <nros@pkgsrc.org>2016-04-29 11:14:13 +0000
commit465a90a2b2e64813a9feee4cb3d65b1e4898660d (patch)
tree5a74182ad468b3758b5c14fdf99539aea8a13f4e /x11
parent4d31f7ac53f3d4bf4cc8efcf9fdf8e84234ffe79 (diff)
downloadpkgsrc-465a90a2b2e64813a9feee4cb3d65b1e4898660d.tar.gz
Added patch to make sure that /include/WebCore/libdummy.prl is
not created.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt4-libs/distinfo3
-rw-r--r--x11/qt4-libs/patches/patch-src_3rdparty_webkit_Source_WebKit2_DerivedSources.pro14
2 files changed, 16 insertions, 1 deletions
diff --git a/x11/qt4-libs/distinfo b/x11/qt4-libs/distinfo
index 8dd3995ea3e..c64176fcd9b 100644
--- a/x11/qt4-libs/distinfo
+++ b/x11/qt4-libs/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.105 2015/11/19 00:06:15 wiedi Exp $
+$NetBSD: distinfo,v 1.106 2016/04/29 11:14:13 nros Exp $
SHA1 (qt-everywhere-opensource-src-4.8.7.tar.gz) = 76aef40335c0701e5be7bb3a9101df5d22fe3666
RMD160 (qt-everywhere-opensource-src-4.8.7.tar.gz) = afb5e5a99388e6429faca59cb5000054feffd166
@@ -67,6 +67,7 @@ SHA1 (patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_MediaPlayer.cpp
SHA1 (patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FEGaussianBlurNEON.cpp) = 51b6bddf81978fd7ae6580132a74aeaec84b724f
SHA1 (patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FELightingNEON.cpp) = a0a3d9d066aa6ae3c42cee198287b10e46e7f25d
SHA1 (patch-src_3rdparty_webkit_Source_WebCore_platform_qt_PlatformKeyboardEventQt.cpp) = b28cf71983f8e71b82b1c634a10b3898ca13ede5
+SHA1 (patch-src_3rdparty_webkit_Source_WebKit2_DerivedSources.pro) = 7bce302381e5fb7a4607c5c7bdf7e62ae280e116
SHA1 (patch-src_corelib_io_io.pri) = cde98927b524c92fae1e053c2359e77bde2c240a
SHA1 (patch-src_corelib_io_qfilesystemwatcher.cpp) = bb16b95d20286b1aa069dc25843d7e0067cc0268
SHA1 (patch-src_corelib_thread_qthread__unix.cpp) = 1d2104fb43f6789729b5bb88191fa5fa4d4184b1
diff --git a/x11/qt4-libs/patches/patch-src_3rdparty_webkit_Source_WebKit2_DerivedSources.pro b/x11/qt4-libs/patches/patch-src_3rdparty_webkit_Source_WebKit2_DerivedSources.pro
new file mode 100644
index 00000000000..ba5799b4261
--- /dev/null
+++ b/x11/qt4-libs/patches/patch-src_3rdparty_webkit_Source_WebKit2_DerivedSources.pro
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_3rdparty_webkit_Source_WebKit2_DerivedSources.pro,v 1.1 2016/04/29 11:17:31 nros Exp $
+* Don't create prl since it is created in /include/WebCore and not in
+ the source tree.
+--- src/3rdparty/webkit/Source/WebKit2/DerivedSources.pro.orig 2016-04-29 10:42:47.000000000 +0000
++++ src/3rdparty/webkit/Source/WebKit2/DerivedSources.pro
+@@ -1,7 +1,7 @@
+ TEMPLATE = lib
+ TARGET = dummy
+
+-CONFIG -= debug_and_release
++CONFIG -= debug_and_release create_prl
+
+ CONFIG(standalone_package) {
+ isEmpty(WEBKIT2_GENERATED_SOURCES_DIR):WEBKIT2_GENERATED_SOURCES_DIR = $$PWD/generated