From 3b7a72c4f3947c51f67cd79b8ad4098c6c2e75ff Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 15 Sep 2012 07:07:42 +0200 Subject: games/alephone: Added -fpermissive to the CXXFLAGS. Also fixed VERSION in the .info Signed-off-by: Matteo Bernardini --- games/alephone/alephone.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/alephone/alephone.SlackBuild') diff --git a/games/alephone/alephone.SlackBuild b/games/alephone/alephone.SlackBuild index f6bd3a6c07..156fe55464 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} \ -- cgit v1.2.3-65-gdbad