summaryrefslogtreecommitdiffstats
path: root/libraries/fltk2/fltk2.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/fltk2/fltk2.SlackBuild')
-rw-r--r--libraries/fltk2/fltk2.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/fltk2/fltk2.SlackBuild b/libraries/fltk2/fltk2.SlackBuild
index e1f36995d2..8d21ecb682 100644
--- a/libraries/fltk2/fltk2.SlackBuild
+++ b/libraries/fltk2/fltk2.SlackBuild
@@ -26,19 +26,17 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fltk2
-VERSION=2.0.x_r6970
+VERSION=2.0.x_r7513
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRC_PRGNAM=fltk
SRC_VERSION=$(printf $VERSION | tr _ -)
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi