mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
qt515.qtwebkit: fix build on darwin
This fixes the build on darwin by correcting the patch which no longer applies.
This commit is contained in:
parent
e7048a6c2b
commit
1bc0716555
@ -28,18 +28,3 @@ diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h
|
|||||||
#define HAVE_SYS_TIMEB_H 1
|
#define HAVE_SYS_TIMEB_H 1
|
||||||
|
|
||||||
#if !PLATFORM(GTK) && !PLATFORM(QT)
|
#if !PLATFORM(GTK) && !PLATFORM(QT)
|
||||||
diff --git a/Source/WTF/wtf/PlatformMac.cmake b/Source/WTF/wtf/PlatformMac.cmake
|
|
||||||
--- a/Source/WTF/wtf/PlatformMac.cmake
|
|
||||||
+++ b/Source/WTF/wtf/PlatformMac.cmake
|
|
||||||
@@ -2,11 +2,9 @@ set(WTF_LIBRARY_TYPE SHARED)
|
|
||||||
|
|
||||||
find_library(COCOA_LIBRARY Cocoa)
|
|
||||||
find_library(COREFOUNDATION_LIBRARY CoreFoundation)
|
|
||||||
-find_library(READLINE_LIBRARY Readline)
|
|
||||||
list(APPEND WTF_LIBRARIES
|
|
||||||
${COREFOUNDATION_LIBRARY}
|
|
||||||
${COCOA_LIBRARY}
|
|
||||||
- ${READLINE_LIBRARY}
|
|
||||||
libicucore.dylib
|
|
||||||
)
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user