diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-01-10 17:55:10 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-16 23:49:02 +0000 |
commit | 6c2a072d2c786c12e649d159d5500b9ace9dfae1 (patch) | |
tree | 76d0fef467092aee12b14bf4be361e60a7037831 /app-emulation | |
parent | sys-apps/dbus-broker: sync live ebuild keywords (diff) | |
download | gentoo-6c2a072d2c786c12e649d159d5500b9ace9dfae1.tar.gz gentoo-6c2a072d2c786c12e649d159d5500b9ace9dfae1.tar.bz2 gentoo-6c2a072d2c786c12e649d159d5500b9ace9dfae1.zip |
app-emulation/fs-uae: remove unused patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/23728
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/fs-uae/files/fs-uae-3.1.35-ar.patch | 25 |
1 files changed, 0 insertions, 25 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 deleted file mode 100644 index 9075723da74c..000000000000 --- a/app-emulation/fs-uae/files/fs-uae-3.1.35-ar.patch +++ /dev/null @@ -1,25 +0,0 @@ -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 - |