diff options
Diffstat (limited to 'audio/mumble/files/patch-plugins-plugins.pri')
-rw-r--r-- | audio/mumble/files/patch-plugins-plugins.pri | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/audio/mumble/files/patch-plugins-plugins.pri b/audio/mumble/files/patch-plugins-plugins.pri deleted file mode 100644 index 9c8cebe61052..000000000000 --- a/audio/mumble/files/patch-plugins-plugins.pri +++ /dev/null @@ -1,27 +0,0 @@ -Disable debug; runs into cryptic errors on 9+/amd64 - ---- plugins/plugins.pri.orig 2014-08-08 15:51:59 UTC -+++ plugins/plugins.pri -@@ -1,7 +1,7 @@ - include(../compiler.pri) - - TEMPLATE = lib --CONFIG += plugin debug_and_release warn_on -+CONFIG += plugin warn_on - CONFIG -= qt - DIST *= mumble_plugin.h - -@@ -10,12 +10,7 @@ CONFIG(static) { - CONFIG += qt_dynamic_lookup - } - --CONFIG(debug, debug|release) { -- CONFIG += console -- DESTDIR = ../../debug/plugins --} -- --CONFIG(release, debug|release) { -+CONFIG(release, release) { - DESTDIR = ../../release/plugins - } - |