mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/alephone: Added -fpermissive to the CXXFLAGS.
Also fixed VERSION in the .info Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
d2d0350712
commit
3b7a72c4f3
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
PRGNAM=alephone
|
||||
VERSION=${VERSION:-20111201}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -54,7 +54,7 @@ find . \
|
|||
-exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS -fpermissive" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PRGNAM="alephone"
|
||||
VERSION="20100424"
|
||||
VERSION="20111201"
|
||||
HOMEPAGE="http://marathon.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/marathon/AlephOne-20111201.tar.bz2"
|
||||
MD5SUM="af1a696697fad4ea38ccc5379e6c65b5"
|
||||
|
|
Loading…
Reference in a new issue