From fe9122b82c96f665e115b0d8d098443e87101b18 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 29 Jul 2016 14:47:21 -0400 Subject: games/colem: Updated for version 3.7. --- games/colem/colem.SlackBuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'games/colem/colem.SlackBuild') diff --git a/games/colem/colem.SlackBuild b/games/colem/colem.SlackBuild index 5753180f5d01..24866ca87390 100644 --- a/games/colem/colem.SlackBuild +++ b/games/colem/colem.SlackBuild @@ -6,6 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20160729 bkw: +# - updated for 3.7 +# - rom_path.diff now handles filenames longer than 20 characters. + # 20150506 bkw: # - updated for 3.3. Lots of little changes, meaning the script # won't work for 2.9 any more. @@ -34,7 +38,7 @@ # with OSS modules disabled by default. PRGNAM=colem -VERSION=${VERSION:-3.3} +VERSION=${VERSION:-3.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,11 +56,11 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # Since we have to set endianness at compile-time, included a few -# extra ARCHes here (only i486 and x86_64 are actually tested, you're +# extra ARCHes here (only i586 and x86_64 are actually tested, you're # on your own with the others) # alphaslack and armedslack are little-endian, caught by the default case. -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" elif [ "$ARCH" = "x86_64" ]; then -- cgit v1.2.3