summaryrefslogtreecommitdiffstats
path: root/libraries/libsidplay2
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2020-02-17 08:03:49 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-02-24 06:10:10 +0700
commite93be95c9c6b43d8e968ed9a4dd5e16734651b85 (patch)
tree00277ba95e9ce46c4c0a02d3768f7e30c0f03296 /libraries/libsidplay2
parent0124828db92a26c75d189423209dbbf9a5a7739a (diff)
downloadslackbuilds-e93be95c9c6b43d8e968ed9a4dd5e16734651b85.tar.gz
slackbuilds-e93be95c9c6b43d8e968ed9a4dd5e16734651b85.tar.xz
libraries/libsidplay2: Fix prior copyright holder email
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'libraries/libsidplay2')
-rw-r--r--libraries/libsidplay2/libsidplay2.SlackBuild14
1 files changed, 7 insertions, 7 deletions
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 <dominik.drobek@o2.pl>
+# Copyright 2010-2019 Marcel Saegebarth <marc@mos6581.de>
# Copyright 2020 Christoph Willing Brisbane, Australia
-# Copyright 2010-2015 Marcel Saegebarth <marc@mos6581.de>
-# Copyright 2011-2012 Dominik Drobek <arcctgx@o2.pl>
# 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"