From 727a55eec1c1fe9be9094b1098a622e7a1f91f26 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 22 Dec 2017 00:33:08 +0100 Subject: deps: updates and recompilations --- deps/ddcutil/.url | 2 +- deps/ddcutil/ddcutil.SlackBuild | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'deps/ddcutil') diff --git a/deps/ddcutil/.url b/deps/ddcutil/.url index b24f07b..7814641 100644 --- a/deps/ddcutil/.url +++ b/deps/ddcutil/.url @@ -1,2 +1,2 @@ -https://github.com/rockowitz/ddcutil/archive/v0.8.4.tar.gz +https://github.com/rockowitz/ddcutil/archive/v0.8.5.tar.gz diff --git a/deps/ddcutil/ddcutil.SlackBuild b/deps/ddcutil/ddcutil.SlackBuild index 2278e16..88a8e1f 100755 --- a/deps/ddcutil/ddcutil.SlackBuild +++ b/deps/ddcutil/ddcutil.SlackBuild @@ -25,7 +25,7 @@ PKGNAM=ddcutil -VERSION=${VERSION:-0.8.4} +VERSION=${VERSION:-0.8.5} BUILD=${BUILD:-2} CWD=$(pwd) @@ -35,7 +35,7 @@ PKG=$TMP/package-$PKGNAM # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$(uname -m)" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;; # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$(uname -m) ;; @@ -43,8 +43,8 @@ if [ -z "$ARCH" ]; then export ARCH fi -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" SLKLDFLAGS="" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then -- cgit v1.2.3