summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2019-12-28 18:16:01 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2019-12-28 18:16:20 +0100
commitb4efda14fa5fc18ee73c3a4d1024a23e897f5ed9 (patch)
tree148c1838f2925ed20d17e272d8a63f309a5bc736 /media-sound/guayadeque/files
parentsys-devel/autogen: stable 5.18.16-r1 for sparc, bug #703632 (diff)
downloadgentoo-b4efda14fa5fc18ee73c3a4d1024a23e897f5ed9.tar.gz
gentoo-b4efda14fa5fc18ee73c3a4d1024a23e897f5ed9.tar.bz2
gentoo-b4efda14fa5fc18ee73c3a4d1024a23e897f5ed9.zip
media-sound/guayadeque: fixed 0.4.5_p20170110
Closes: https://bugs.gentoo.org/681632 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/guayadeque/files')
-rw-r--r--media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch13
1 files changed, 13 insertions, 0 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
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!" )