summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-07 08:46:54 +0100
committerSam James <sam@gentoo.org>2021-04-07 09:10:34 +0100
commit2e41dcba0945891f7adb031d44f303c94fc9e291 (patch)
treeed14fc16ffc8f6bb5764b20eb5e81e6edc3b4370 /games-strategy
parentgames-board/xscrabble: fix Prefix install, respect AR and RANLIB (diff)
downloadgentoo-2e41dcba0945891f7adb031d44f303c94fc9e291.tar.gz
gentoo-2e41dcba0945891f7adb031d44f303c94fc9e291.tar.bz2
gentoo-2e41dcba0945891f7adb031d44f303c94fc9e291.zip
games-strategy/warmux: respect AR
Closes: https://bugs.gentoo.org/780693 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/warmux/files/warmux-11.04.1-respect-AR.patch12
-rw-r--r--games-strategy/warmux/warmux-11.04.1-r1.ebuild1
2 files changed, 13 insertions, 0 deletions
diff --git a/games-strategy/warmux/files/warmux-11.04.1-respect-AR.patch b/games-strategy/warmux/files/warmux-11.04.1-respect-AR.patch
new file mode 100644
index 000000000000..229e5963ad5d
--- /dev/null
+++ b/games-strategy/warmux/files/warmux-11.04.1-respect-AR.patch
@@ -0,0 +1,12 @@
+diff --git a/configure.ac b/configure.ac
+index a799477..d31e40c 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -35,6 +35,7 @@ AC_PROG_CXX
+ AC_PROG_CPP
+ AC_PROG_INSTALL
+ AC_PROG_RANLIB
++AM_PROG_AR
+ AC_CHECK_TOOL(STRIP, strip)
+ AC_CHECK_TOOL(WINDRES, windres)
+
diff --git a/games-strategy/warmux/warmux-11.04.1-r1.ebuild b/games-strategy/warmux/warmux-11.04.1-r1.ebuild
index 14f71195338e..fd2b025c8fa8 100644
--- a/games-strategy/warmux/warmux-11.04.1-r1.ebuild
+++ b/games-strategy/warmux/warmux-11.04.1-r1.ebuild
@@ -39,6 +39,7 @@ PATCHES=(
"${FILESDIR}"/${P}-gcc47.patch
"${FILESDIR}"/${P}-stat.patch
"${FILESDIR}"/${P}-fix-c++14.patch
+ "${FILESDIR}"/${P}-respect-AR.patch
)
src_prepare() {