summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-27 10:12:43 +0100
committerSam James <sam@gentoo.org>2022-06-27 10:27:04 +0100
commit7d0f609ea8e744b492cbd24f5bd89bdfb4b1d12c (patch)
tree3c7368a0bf2397e6d8b593b9d21ca86d885d6a7a /games-misc/opensfx/opensfx-1.0.3.ebuild
parentgames-misc/bsd-games: add BDEPEND on which for 3.1-r2 (diff)
downloadgentoo-7d0f609ea8e744b492cbd24f5bd89bdfb4b1d12c.tar.gz
gentoo-7d0f609ea8e744b492cbd24f5bd89bdfb4b1d12c.tar.bz2
gentoo-7d0f609ea8e744b492cbd24f5bd89bdfb4b1d12c.zip
games-misc/opensfx: fix build w/o sys-apps/which
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-misc/opensfx/opensfx-1.0.3.ebuild')
-rw-r--r--games-misc/opensfx/opensfx-1.0.3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/games-misc/opensfx/opensfx-1.0.3.ebuild b/games-misc/opensfx/opensfx-1.0.3.ebuild
index 04d1840a5c05..e36280e714b0 100644
--- a/games-misc/opensfx/opensfx-1.0.3.ebuild
+++ b/games-misc/opensfx/opensfx-1.0.3.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=8
@@ -14,6 +14,10 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
DEPEND="games-util/catcodec"
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.0.3-no-which.patch
+)
+
src_install() {
emake INSTALL_DIR="${ED}/usr/share/openttd/baseset/" install
dodoc docs/{changelog.txt,readme.ptxt}