diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-02 22:17:32 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-02 22:17:52 +0100 |
commit | 6979702826628b893ff22fd57079997eebfe1462 (patch) | |
tree | 2da01b6da9955dcf08bf05b4330402bdf249ea15 /media-sound/pamix/pamix-9999.ebuild | |
parent | sys-kernel/gentoo-sources: Linux patch 4.14.11. Removal of redundant patch (diff) | |
download | gentoo-6979702826628b893ff22fd57079997eebfe1462.tar.gz gentoo-6979702826628b893ff22fd57079997eebfe1462.tar.bz2 gentoo-6979702826628b893ff22fd57079997eebfe1462.zip |
media-sound/pamix: Fixed QA issues and compilation against ncurses[-tinfo].
Closes: https://bugs.gentoo.org/643148
Closes: https://bugs.gentoo.org/643150
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-sound/pamix/pamix-9999.ebuild')
-rw-r--r-- | media-sound/pamix/pamix-9999.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-9999.ebuild index acdf22771d05..a3da8fcc45fe 100644 --- a/media-sound/pamix/pamix-9999.ebuild +++ b/media-sound/pamix/pamix-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,14 +28,6 @@ DEPEND="sys-devel/autoconf-archive virtual/pkgconfig ${RDEPEND}" -src_prepare() { - default - - # ugly hackaround for split tinfo ncurses libs - sed '/link_libraries.*ncurses/s@\(")\)@" "tinfo\1@' \ - -i CMakeLists.txt || die -} - src_configure() { local mycmakeargs=( -DWITH_UNICODE="$(usex unicode)" |