summaryrefslogtreecommitdiff
path: root/media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch')
-rw-r--r--media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch b/media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch
deleted file mode 100644
index 69a6e8b673a8..000000000000
--- a/media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index e46d921..13e4ffa 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -32,7 +32,7 @@ SET( SEARCH_LIBS
-
- SET( wxWidgets_USE_LIBS base core adv net html xml aui qa )
-
--FIND_PACKAGE( wxWidgets )
-+FIND_PACKAGE( wxWidgets COMPONENTS base core adv net html xml aui qa REQUIRED )
-
- IF( NOT wxWidgets_FOUND)
- MESSAGE( FATAL_ERROR "wxWidgets not found!" )