summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-05-04 14:58:32 +0200
committerUlrich Müller <ulm@gentoo.org>2022-05-04 14:59:34 +0200
commit18147fe4079060b6a55d013ad58773ddf45f6efb (patch)
treed85d4f7b96353eea13079a2238a936f11b95c2e1 /app-misc/detachtty/detachtty-11.0.0.ebuild
parentapp-emacs/request: bump to 0.3.3_p20220318 (diff)
downloadgentoo-18147fe4079060b6a55d013ad58773ddf45f6efb.tar.gz
gentoo-18147fe4079060b6a55d013ad58773ddf45f6efb.tar.bz2
gentoo-18147fe4079060b6a55d013ad58773ddf45f6efb.zip
app-misc/detachtty: Fix compilation on sparc
Closes: https://bugs.gentoo.org/807184 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-misc/detachtty/detachtty-11.0.0.ebuild')
-rw-r--r--app-misc/detachtty/detachtty-11.0.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-misc/detachtty/detachtty-11.0.0.ebuild b/app-misc/detachtty/detachtty-11.0.0.ebuild
index 2a826d210e63..352a9433f0a6 100644
--- a/app-misc/detachtty/detachtty-11.0.0.ebuild
+++ b/app-misc/detachtty/detachtty-11.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,6 +13,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
+PATCHES=( "${FILESDIR}/${P}-sparc.patch" )
+
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
}