From d3055aab03858420004a3ee325294fd4eda8cccf Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Tue, 27 Mar 2018 13:18:47 +0000 Subject: [PATCH] network/ekiga: Update SlackBuild, switch to i586. Don't install the gconf schema in the SlackBuild (the doinst.sh does that). Signed-off-by: David Spencer --- network/ekiga/ekiga.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/network/ekiga/ekiga.SlackBuild b/network/ekiga/ekiga.SlackBuild index 1496a539af..c56634c92e 100644 --- a/network/ekiga/ekiga.SlackBuild +++ b/network/ekiga/ekiga.SlackBuild @@ -26,12 +26,12 @@ PRGNAM=ekiga VERSION=${VERSION:-4.0.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -123,7 +123,7 @@ CXXFLAGS="$SLKCFLAGS" \ --disable-static \ --disable-gdu \ --disable-eds \ - --enable-gconf \ + --disable-schemas-install \ --${DO_AVAHI}able-avahi \ --${DO_XCAP}able-xcap \ --${DO_KDE}able-kde \