summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2021-10-17 10:16:31 +0100
committerJames Le Cuirot <chewi@gentoo.org>2021-10-17 10:16:31 +0100
commitf712611c6f04468ae39086048324adcef92b453a (patch)
tree0bffab16975b1a22489dac048b7764b438278e56 /app-emulation/fs-uae
parentdev-python/pycurl-requests: Remove old (diff)
downloadgentoo-f712611c6f04468ae39086048324adcef92b453a.tar.gz
gentoo-f712611c6f04468ae39086048324adcef92b453a.tar.bz2
gentoo-f712611c6f04468ae39086048324adcef92b453a.zip
app-emulation/fs-uae: Fix 3.1.35 to not call ar directly
Closes: https://bugs.gentoo.org/818487 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-emulation/fs-uae')
-rw-r--r--app-emulation/fs-uae/files/fs-uae-3.1.35-ar.patch25
-rw-r--r--app-emulation/fs-uae/fs-uae-3.1.35.ebuild1
2 files changed, 26 insertions, 0 deletions
diff --git a/app-emulation/fs-uae/files/fs-uae-3.1.35-ar.patch b/app-emulation/fs-uae/files/fs-uae-3.1.35-ar.patch
new file mode 100644
index 000000000000..9075723da74c
--- /dev/null
+++ b/app-emulation/fs-uae/files/fs-uae-3.1.35-ar.patch
@@ -0,0 +1,25 @@
+From 4e6295094978817ba02e16ac5404ac9c9e287c82 Mon Sep 17 00:00:00 2001
+From: James Le Cuirot <chewi@gentoo.org>
+Date: Sun, 17 Oct 2021 09:54:24 +0100
+Subject: [PATCH] Have configure respect the AR variable instead of setting it
+ to "ar"
+
+---
+ configure.ac | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/configure.ac b/configure.ac
+index bb2c69de..6e41d68e 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -66,6 +66,7 @@ AC_PROG_INSTALL
+ AC_PROG_LN_S
+ AC_PROG_MAKE_SET
+ AC_PROG_RANLIB
++AM_PROG_AR
+ AM_PROG_CC_C_O
+ # AC_PATH_TOOL(OBJCOPY, objcopy)
+ AC_PATH_PROG([MSGFMT], [msgfmt], [not found])
+--
+2.32.0
+
diff --git a/app-emulation/fs-uae/fs-uae-3.1.35.ebuild b/app-emulation/fs-uae/fs-uae-3.1.35.ebuild
index 0df1e65c2b88..d60ff90041d6 100644
--- a/app-emulation/fs-uae/fs-uae-3.1.35.ebuild
+++ b/app-emulation/fs-uae/fs-uae-3.1.35.ebuild
@@ -40,6 +40,7 @@ BDEPEND="
PATCHES=(
"${FILESDIR}"/${PN}-3.0.0-libmpeg2.patch
"${FILESDIR}"/${PN}-3.0.0-Xatom.h.patch
+ "${FILESDIR}"/${PN}-3.1.35-ar.patch
)
src_prepare() {