diff options
author | Duje Mihanović <duje.mihanovic@skole.hr> | 2022-04-09 13:35:44 +0200 |
---|---|---|
committer | Duje Mihanović <duje.mihanovic@skole.hr> | 2022-04-09 13:41:26 +0200 |
commit | 324a6f2d5a7a44c378e9ea75c3df762a5e850d24 (patch) | |
tree | 8424948db93d8390f9d246e7a5e3f13e68f15655 /games-fps | |
parent | games-action/polymc: new package (diff) | |
download | guru-324a6f2d5a7a44c378e9ea75c3df762a5e850d24.tar.gz guru-324a6f2d5a7a44c378e9ea75c3df762a5e850d24.tar.bz2 guru-324a6f2d5a7a44c378e9ea75c3df762a5e850d24.zip |
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>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/assaultcube/files/assaultcube-1.3.0.2-fix-checkinstall.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 new file mode 100644 index 000000000..9322c5d39 --- /dev/null +++ b/games-fps/assaultcube/files/assaultcube-1.3.0.2-fix-checkinstall.patch @@ -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:" |