diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2019-12-28 18:16:01 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2019-12-28 18:16:20 +0100 |
commit | b4efda14fa5fc18ee73c3a4d1024a23e897f5ed9 (patch) | |
tree | 148c1838f2925ed20d17e272d8a63f309a5bc736 /media-sound/guayadeque | |
parent | sys-devel/autogen: stable 5.18.16-r1 for sparc, bug #703632 (diff) | |
download | gentoo-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')
-rw-r--r-- | media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch | 13 | ||||
-rw-r--r-- | media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild | 6 |
2 files changed, 18 insertions, 1 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!" ) diff --git a/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild b/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild index 53d52ddcc332..72dbae26c334 100644 --- a/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild +++ b/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -48,6 +48,10 @@ DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig" +PATCHES=( + "${FILESDIR}/${PF}-missing-aui-component.patch" +) + # echo $(cat po/CMakeLists.txt | grep ADD_SUBDIRECTORY | sed 's#ADD_SUBDIRECTORY( \(\w\+\) )#\1#') LANGS=( bg ca_ES cs de el es fr hr hu is it ja nb nl pl pt pt_BR ru sk sr sr@latin sv th tr uk ) |