diff options
author | 2020-08-19 11:55:35 +0200 | |
---|---|---|
committer | 2020-08-19 12:10:46 +0200 | |
commit | c9f42ac8feb314f3f2f6ec7cfd8c535ff33fe735 (patch) | |
tree | 7583d73f1543254ed5243b2880df839e4c113ccd /media-sound/scmpc/scmpc-0.4.1.ebuild | |
parent | games-emulation/dosbox-staging: add missing dep (diff) | |
download | gentoo-c9f42ac8feb314f3f2f6ec7cfd8c535ff33fe735.tar.gz gentoo-c9f42ac8feb314f3f2f6ec7cfd8c535ff33fe735.tar.bz2 gentoo-c9f42ac8feb314f3f2f6ec7cfd8c535ff33fe735.zip |
media-sound/scmpc: Fix building with CFLAGS=-fno-common
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Closes: https://bugs.gentoo.org/707614
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'media-sound/scmpc/scmpc-0.4.1.ebuild')
-rw-r--r-- | media-sound/scmpc/scmpc-0.4.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-sound/scmpc/scmpc-0.4.1.ebuild b/media-sound/scmpc/scmpc-0.4.1.ebuild index 7eee1b1aa5be..2b76d4155534 100644 --- a/media-sound/scmpc/scmpc-0.4.1.ebuild +++ b/media-sound/scmpc/scmpc-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,6 +18,9 @@ RDEPEND=" net-misc/curl:=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" +PATCHES=( + "${FILESDIR}"/${PN}-0.4.1-fno-common.patch +) src_install() { default |