Gentoo Archives: gentoo-commits

From: "Duje Mihanović" <duje.mihanovic@×××××.hr>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-fps/assaultcube/files/
Date: Sat, 09 Apr 2022 12:22:52
Message-Id: 1649504486.324a6f2d5a7a44c378e9ea75c3df762a5e850d24.duje.mihanovic@gentoo
1 commit: 324a6f2d5a7a44c378e9ea75c3df762a5e850d24
2 Author: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
3 AuthorDate: Sat Apr 9 11:35:44 2022 +0000
4 Commit: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
5 CommitDate: Sat Apr 9 11:41:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=324a6f2d
7
8 games-fps/assaultcube: add fix-checkinstall.patch to git tree
9
10 I somehow forgot to do this in commit 50e63d6 (games-fps/assaultcube: fix
11 checkinstall.sh, server installation).
12
13 Closes: https://bugs.gentoo.org/837311
14 Signed-off-by: Duje Mihanović <duje.mihanovic <AT> skole.hr>
15
16 .../files/assaultcube-1.3.0.2-fix-checkinstall.patch | 13 +++++++++++++
17 1 file changed, 13 insertions(+)
18
19 diff --git a/games-fps/assaultcube/files/assaultcube-1.3.0.2-fix-checkinstall.patch b/games-fps/assaultcube/files/assaultcube-1.3.0.2-fix-checkinstall.patch
20 new file mode 100644
21 index 000000000..9322c5d39
22 --- /dev/null
23 +++ b/games-fps/assaultcube/files/assaultcube-1.3.0.2-fix-checkinstall.patch
24 @@ -0,0 +1,13 @@
25 +diff --git a/check_install.sh b/check_install.sh
26 +index 19f22ed..fb0bec9 100755
27 +--- a/check_install.sh
28 ++++ b/check_install.sh
29 +@@ -10,7 +10,7 @@ cd "$CUBE_DIR"
30 + # check libs
31 +
32 + SERVERLIBS="libz"
33 +-CLIENTLIBS="libSDL-1.2 libz libX11 libSDL_image libogg libvorbis libopenal"
34 ++CLIENTLIBS="libSDL2-2.0 libz libX11 libSDL2_image libogg libvorbis libopenal"
35 +
36 + if [ -x "/sbin/ldconfig" ]; then
37 + echo "checking libraries:"