From e93be95c9c6b43d8e968ed9a4dd5e16734651b85 Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Mon, 17 Feb 2020 08:03:49 +1000 Subject: libraries/libsidplay2: Fix prior copyright holder email Signed-off-by: Christoph Willing --- libraries/libsidplay2/libsidplay2.SlackBuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libraries/libsidplay2') diff --git a/libraries/libsidplay2/libsidplay2.SlackBuild b/libraries/libsidplay2/libsidplay2.SlackBuild index 4e8f34c1a6..34ff7c6918 100644 --- a/libraries/libsidplay2/libsidplay2.SlackBuild +++ b/libraries/libsidplay2/libsidplay2.SlackBuild @@ -2,17 +2,17 @@ # Slackware build script for "libsidplay2". +# Copyright 2011-2012 Dominik Drobek +# Copyright 2010-2019 Marcel Saegebarth # Copyright 2020 Christoph Willing Brisbane, Australia -# Copyright 2010-2015 Marcel Saegebarth -# Copyright 2011-2012 Dominik Drobek # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT @@ -36,7 +36,7 @@ DIFFVER=${DIFFVER:-15} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -47,8 +47,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" -- cgit v1.2.3