diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-03-27 13:18:47 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-31 07:41:33 +0700 |
commit | d3055aab03858420004a3ee325294fd4eda8cccf (patch) | |
tree | 32357ce4071395b998fe68701e2cbde5f1271ce6 /network/ekiga | |
parent | 6fc009f29c3a7bba56931a082abe90fe9245b2e6 (diff) | |
download | slackbuilds-d3055aab03858420004a3ee325294fd4eda8cccf.tar.gz |
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 <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/ekiga')
-rw-r--r-- | network/ekiga/ekiga.SlackBuild | 10 |
1 files 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 \ |