summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.6/qtwebkit/qtwebkit-icucore-darwin.patch
blob: 63c653da94ef0054810797ce3677dcd88690870e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: qtwebkit-opensource-src-5.8.0/Source/WTF/WTF.pri
===================================================================
--- qtwebkit-opensource-src-5.8.0.orig/Source/WTF/WTF.pri
+++ qtwebkit-opensource-src-5.8.0/Source/WTF/WTF.pri
@@ -12,7 +12,7 @@ mac {
     # Mac OS does ship libicu but not the associated header files.
     # Therefore WebKit provides adequate header files.
     INCLUDEPATH = $${ROOT_WEBKIT_DIR}/Source/WTF/icu $$INCLUDEPATH
-    LIBS += -licucore
+    LIBS += /usr/lib/libicucore.dylib
 } else:!use?(wchar_unicode): {
     win32 {
         CONFIG(static, static|shared) {