diff options
author | Alex Word <alex_word86@yahoo.com> | 2014-02-17 16:01:45 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-18 14:59:55 -0600 |
commit | 9f92c68de523ca57faab081e047bd17826643961 (patch) | |
tree | 6351b839db8c528c4f5164a68dc8b4a90978d378 /games/xmoto/xmoto.SlackBuild | |
parent | c123be0f174deb065b1fd6029194d1843353027c (diff) | |
download | slackbuilds-9f92c68de523ca57faab081e047bd17826643961.tar.gz |
games/xmoto: Update REQUIRES.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/xmoto/xmoto.SlackBuild')
-rw-r--r-- | games/xmoto/xmoto.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/xmoto/xmoto.SlackBuild b/games/xmoto/xmoto.SlackBuild index c742571da4..539df636d7 100644 --- a/games/xmoto/xmoto.SlackBuild +++ b/games/xmoto/xmoto.SlackBuild @@ -5,7 +5,7 @@ PRGNAM=xmoto VERSION=${VERSION:-0.5.10} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -51,8 +51,8 @@ find -L . \ patch -p1 < $CWD/gcc-4.7.patch -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS -DdDOUBLE" \ +CXXFLAGS="$SLKCFLAGS -DdDOUBLE" \ LDFLAGS="-ldl" \ ./configure \ --prefix=/usr \ @@ -64,7 +64,6 @@ LDFLAGS="-ldl" \ --with-localesdir=/usr/share/locale \ --disable-dependency-tracking \ --enable-threads=posix \ - --with-internal-xdg=1 \ --with-asian-ttf-file="/usr/share/fonts/TTF/wqy-zenhei.ttc" \ --build=$ARCH-slackware-linux |