diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-15 07:07:42 +0200 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 19:44:39 -0400 |
commit | 3b7a72c4f3947c51f67cd79b8ad4098c6c2e75ff (patch) | |
tree | 80b05d873c09089515a00ef00a101805cfb34275 /games/alephone | |
parent | d2d03507121185d390ab98bac5dc29402e1361d4 (diff) |
games/alephone: Added -fpermissive to the CXXFLAGS.
Also fixed VERSION in the .info
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/alephone')
-rw-r--r-- | games/alephone/alephone.SlackBuild | 4 | ||||
-rw-r--r-- | games/alephone/alephone.info | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/alephone/alephone.SlackBuild b/games/alephone/alephone.SlackBuild index f6bd3a6c075f..156fe5546472 100644 --- a/games/alephone/alephone.SlackBuild +++ b/games/alephone/alephone.SlackBuild @@ -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} \ diff --git a/games/alephone/alephone.info b/games/alephone/alephone.info index 40e9494f6d4a..109d1c315a48 100644 --- a/games/alephone/alephone.info +++ b/games/alephone/alephone.info @@ -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" |