Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/scourge/files/
Date: Sat, 10 Apr 2021 09:11:11
Message-Id: 1618045818.d9299e664d5510020546132ed9b5370c69300b86.sam@gentoo
1 commit: d9299e664d5510020546132ed9b5370c69300b86
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 10 09:10:18 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 10 09:10:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9299e66
7
8 games-roguelike/scourge: actually commit AR patch
9
10 Closes: https://bugs.gentoo.org/780450
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 games-roguelike/scourge/files/scourge-0.21.1-respect-AR.patch | 11 +++++++++++
14 1 file changed, 11 insertions(+)
15
16 diff --git a/games-roguelike/scourge/files/scourge-0.21.1-respect-AR.patch b/games-roguelike/scourge/files/scourge-0.21.1-respect-AR.patch
17 new file mode 100644
18 index 00000000000..e4fea442af2
19 --- /dev/null
20 +++ b/games-roguelike/scourge/files/scourge-0.21.1-respect-AR.patch
21 @@ -0,0 +1,11 @@
22 +https://bugs.gentoo.org/780450
23 +--- a/configure.in
24 ++++ b/configure.in
25 +@@ -28,6 +28,7 @@ if test "x${CXXFLAGS-notset}" = "xnotset" ; then
26 + fi
27 + AC_PROG_CXX
28 +
29 ++AM_PROG_AR
30 + dnl Check for ranlib
31 + AC_PROG_RANLIB
32 +