summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-19 09:30:46 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-19 09:34:14 +0200
commitcedb9aa7c5f9978ffce04f0f2579e39a1c0f6064 (patch)
tree9e0ee1fc08fa8bcd36b260511b17ee68ac313f3b /games-emulation
parentgames-strategy/colobot: Fix missing -lsndfile with USE=-openal (diff)
downloadgentoo-cedb9aa7c5f9978ffce04f0f2579e39a1c0f6064.tar.gz
gentoo-cedb9aa7c5f9978ffce04f0f2579e39a1c0f6064.tar.bz2
gentoo-cedb9aa7c5f9978ffce04f0f2579e39a1c0f6064.zip
games-emulation/atari800: Update the patch to work against -p1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/atari800/atari800-4.2.0-r1.ebuild8
-rw-r--r--games-emulation/atari800/files/atari800-3.1.0-tgetent-detection.patch4
2 files changed, 7 insertions, 5 deletions
diff --git a/games-emulation/atari800/atari800-4.2.0-r1.ebuild b/games-emulation/atari800/atari800-4.2.0-r1.ebuild
index a791f33ba0ce..7e1194869885 100644
--- a/games-emulation/atari800/atari800-4.2.0-r1.ebuild
+++ b/games-emulation/atari800/atari800-4.2.0-r1.ebuild
@@ -37,10 +37,12 @@ BDEPEND="
"
src_prepare() {
- default
+ local PATCHES=(
+ # Bug 544608
+ "${FILESDIR}"/atari800-3.1.0-tgetent-detection.patch
+ )
- # Bug 544608
- eapply -p2 "${FILESDIR}/atari800-3.1.0-tgetent-detection.patch"
+ default
eautoreconf
}
diff --git a/games-emulation/atari800/files/atari800-3.1.0-tgetent-detection.patch b/games-emulation/atari800/files/atari800-3.1.0-tgetent-detection.patch
index 018e423af6b4..487577e5b1a4 100644
--- a/games-emulation/atari800/files/atari800-3.1.0-tgetent-detection.patch
+++ b/games-emulation/atari800/files/atari800-3.1.0-tgetent-detection.patch
@@ -1,6 +1,6 @@
diff -ruN atari800-3.1.0/src/configure.ac new/src/configure.ac
---- atari800-3.1.0/src/configure.ac 2014-04-12 15:58:16.000000000 +0200
-+++ new/src/configure.ac 2015-03-26 23:36:24.419178078 +0100
+--- src/configure.ac 2014-04-12 15:58:16.000000000 +0200
++++ src/configure.ac 2015-03-26 23:36:24.419178078 +0100
@@ -982,7 +982,7 @@
dnl existence of the tgetent symbol in readline. If not, we search for tgetent
dnl in a few other libraries. All done with a single AC_SEARCH_LIBS statement.