diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-17 19:30:58 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:00 -0400 |
commit | 89db270a0bfd4419d77b935f3acf3600c6e5bb8a (patch) | |
tree | 6c5e82b81f5fb49268917b69b8c9dc27ee275e64 /graphics/potrace | |
parent | 223f0c450705ba7bac489f1b3a75c5e6c9577c2d (diff) |
graphics/potrace.SlackBuild: Change i486 to i586
Diffstat (limited to 'graphics/potrace')
-rw-r--r-- | graphics/potrace/potrace.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/potrace/potrace.SlackBuild b/graphics/potrace/potrace.SlackBuild index 432cb5b15157b..dd48a68d0bc40 100644 --- a/graphics/potrace/potrace.SlackBuild +++ b/graphics/potrace/potrace.SlackBuild @@ -52,10 +52,7 @@ OUTPUT=${OUTPUT:-/tmp} DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i586" ]; then +if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then |