mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
games-fps/assaultcube: add fix-checkinstall.patch to git tree
I somehow forgot to do this in commit 50e63d6 (games-fps/assaultcube: fix
checkinstall.sh, server installation).
Closes: https://bugs.gentoo.org/837311
Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
diff --git a/check_install.sh b/check_install.sh
|
||||
index 19f22ed..fb0bec9 100755
|
||||
--- a/check_install.sh
|
||||
+++ b/check_install.sh
|
||||
@@ -10,7 +10,7 @@ cd "$CUBE_DIR"
|
||||
# check libs
|
||||
|
||||
SERVERLIBS="libz"
|
||||
-CLIENTLIBS="libSDL-1.2 libz libX11 libSDL_image libogg libvorbis libopenal"
|
||||
+CLIENTLIBS="libSDL2-2.0 libz libX11 libSDL2_image libogg libvorbis libopenal"
|
||||
|
||||
if [ -x "/sbin/ldconfig" ]; then
|
||||
echo "checking libraries:"
|
||||
Reference in New Issue
Block a user