diff options
author | 2021-01-01 15:36:03 +0100 | |
---|---|---|
committer | 2021-01-01 15:36:03 +0100 | |
commit | 50b8e0b57f883baef80dc44f9d5c2ed03031b3ff (patch) | |
tree | c235b55150c26e3f04363589d5901c5ea52e163a /net-analyzer/gspoof/gspoof-3.2-r3.ebuild | |
parent | profiles: last-rite app-benchmarks/contest (diff) | |
download | gentoo-50b8e0b57f883baef80dc44f9d5c2ed03031b3ff.tar.gz gentoo-50b8e0b57f883baef80dc44f9d5c2ed03031b3ff.tar.bz2 gentoo-50b8e0b57f883baef80dc44f9d5c2ed03031b3ff.zip |
net-analyzer/gspoof: fix building with -fno-common
Closes: https://bugs.gentoo.org/706876
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
Diffstat (limited to 'net-analyzer/gspoof/gspoof-3.2-r3.ebuild')
-rw-r--r-- | net-analyzer/gspoof/gspoof-3.2-r3.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-analyzer/gspoof/gspoof-3.2-r3.ebuild b/net-analyzer/gspoof/gspoof-3.2-r3.ebuild index 81f4bbad8ce7..0dc610e0e3d7 100644 --- a/net-analyzer/gspoof/gspoof-3.2-r3.ebuild +++ b/net-analyzer/gspoof/gspoof-3.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,8 +12,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86" -IUSE="" - DEPEND=" x11-libs/gtk+:2 dev-libs/glib:2 @@ -22,9 +20,10 @@ DEPEND=" RDEPEND="${DEPEND}" PATCHES=( - "${FILESDIR}"/${PN}-def-values.patch - "${FILESDIR}"/${P}-icon.patch - "${FILESDIR}"/${PN}-3.2-libdir.patch + "${FILESDIR}/${PN}-def-values.patch" + "${FILESDIR}/${PN}-3.2-icon.patch" + "${FILESDIR}/${PN}-3.2-libdir.patch" + "${FILESDIR}/${PN}-3.2-fno-common.patch" ) src_prepare() { |