diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 19:47:34 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:06 -0400 |
commit | 65e68643ebcdf65ba0c95b0eeb70a7cae11d8d74 (patch) | |
tree | 522470a18a77d0934006c289bebfe97c4d5841b1 /audio/mhwaveedit | |
parent | 5fc5eb2650c0b83a05260a2e572d7dbf0de1ba51 (diff) |
audio/mhwaveedit: Change i486 to i586
Diffstat (limited to 'audio/mhwaveedit')
-rw-r--r-- | audio/mhwaveedit/mhwaveedit.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mhwaveedit/mhwaveedit.SlackBuild b/audio/mhwaveedit/mhwaveedit.SlackBuild index fdace487fedb..be96da1e7ea6 100644 --- a/audio/mhwaveedit/mhwaveedit.SlackBuild +++ b/audio/mhwaveedit/mhwaveedit.SlackBuild @@ -46,7 +46,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then +if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then |