From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- .../guayadeque-0.4.5_p20170110-missing-aui-component.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch (limited to 'media-sound/guayadeque/files') 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 new file mode 100644 index 000000000000..69a6e8b673a8 --- /dev/null +++ b/media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch @@ -0,0 +1,13 @@ +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!" ) -- cgit v1.2.3