games/Scorched3D: Updated for version 44.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-02 22:31:03 -06:00 committed by Willy Sudiarto Raharjo
parent ea543fbb9c
commit 45a9df52ba
3 changed files with 4 additions and 22 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Scorched3D
VERSION=43.3d
VERSION=${VERSION:-44}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,12 +71,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
#fix for glibc-2.15 http://www.scorched3d.co.uk/mantisbt/view.php?id=156
patch -p1 -i $CWD/scorched-svn_glibc-2.15_fix.patch
chmod +x ./autogen.sh
./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="Scorched3D"
VERSION="43.3d"
VERSION="44"
HOMEPAGE="http://www.scorched3d.co.uk"
DOWNLOAD="http://downloads.sourceforge.net/scorched3d/Scorched3D-43.3d-src.tar.gz"
MD5SUM="9c3043282a9e7451468ff325bef3b04c"
DOWNLOAD="http://downloads.sourceforge.net/scorched3d/Scorched3D-44-src.tar.gz"
MD5SUM="c395d54a7a43cf91166d2cc0f7dec83e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="freealut wxPython"

View file

@ -1,12 +0,0 @@
Index: scorched/src/client/client/SecureID.cpp
===================================================================
--- scorched/src/client/client/SecureID.cpp (revision 549)
+++ scorched/src/client/client/SecureID.cpp (working copy)
@@ -75,6 +75,7 @@
#include <sys/ioctl.h>
#include <net/if.h>
+#include <unistd.h>
std::string SecureID::GetPrivateKey(void)
{