diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 21:07:12 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:34 +0000 |
commit | 83962935650822299df75fd8d9184ecf80248fc1 (patch) | |
tree | f3add1f83a0c9cd965908b55861da494ececd5a2 /perl | |
parent | ec2875aa3c1ce0f43639feab8483218f20acc96c (diff) | |
download | slackbuilds-83962935650822299df75fd8d9184ecf80248fc1.tar.gz |
perl/perl-Parse-RecDescent: i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-Parse-RecDescent/perl-Parse-RecDescent.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/perl/perl-Parse-RecDescent/perl-Parse-RecDescent.SlackBuild b/perl/perl-Parse-RecDescent/perl-Parse-RecDescent.SlackBuild index ad9908a599..13f5edb5b2 100644 --- a/perl/perl-Parse-RecDescent/perl-Parse-RecDescent.SlackBuild +++ b/perl/perl-Parse-RecDescent/perl-Parse-RecDescent.SlackBuild @@ -31,7 +31,7 @@ SRC_PRGNAM=Parse-RecDescent if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -44,8 +44,8 @@ OUTPUT=${OUTPUT:-/tmp} DOCS="Changes README" -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" elif [ "$ARCH" = "x86_64" ]; then @@ -79,7 +79,6 @@ mv $PKG/usr/share/man $PKG/usr/ for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done ) -# Remove perllocal.pod and other special files that don't need to be installed ( cd $PKG find . -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f find . -depth -type d -empty -delete |