diff options
Diffstat (limited to 'debian/patches/dyson-use-system-malloc.patch')
-rw-r--r-- | debian/patches/dyson-use-system-malloc.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/dyson-use-system-malloc.patch b/debian/patches/dyson-use-system-malloc.patch index 5022176..7d85c5a 100644 --- a/debian/patches/dyson-use-system-malloc.patch +++ b/debian/patches/dyson-use-system-malloc.patch @@ -1,9 +1,9 @@ Description: fix crash on Dyson Index: qt5webkit/Source/WTF/wtf/Platform.h =================================================================== ---- qt5webkit.orig/Source/WTF/wtf/Platform.h 2014-04-29 22:18:20.566403388 +0400 -+++ qt5webkit/Source/WTF/wtf/Platform.h 2014-04-30 13:15:11.003435201 +0400 -@@ -698,7 +698,7 @@ +--- qt5webkit.orig/Source/WTF/wtf/Platform.h ++++ qt5webkit/Source/WTF/wtf/Platform.h +@@ -721,7 +721,7 @@ #if PLATFORM(QT) /* We must not customize the global operator new and delete for the Qt port. */ #define ENABLE_GLOBAL_FASTMALLOC_NEW 0 |