summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-10-27 08:58:13 +0000
committernia <nia@pkgsrc.org>2020-10-27 08:58:13 +0000
commit274c5c5387eb0e66e0ec5aa2d27cda6d6e07745c (patch)
tree7bc145fe852d69e89662e6ecb076eeecca3b5256 /audio
parentc5c9f1590f7fe4e245894d1a764dbe4a0558763d (diff)
downloadpkgsrc-274c5c5387eb0e66e0ec5aa2d27cda6d6e07745c.tar.gz
mpg123: Actually, the 'x86_dither' option is missing from ./configure
So we can probably just remove this option.
Diffstat (limited to 'audio')
-rw-r--r--audio/mpg123/options.mk12
1 files changed, 1 insertions, 11 deletions
diff --git a/audio/mpg123/options.mk b/audio/mpg123/options.mk
index a745d6fbf76..dff93ca758b 100644
--- a/audio/mpg123/options.mk
+++ b/audio/mpg123/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2020/10/27 08:53:57 nia Exp $
+# $NetBSD: options.mk,v 1.8 2020/10/27 08:58:13 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mpg123
PKG_OPTIONS_OPTIONAL_GROUPS= fpu
@@ -8,12 +8,6 @@ PKG_OPTIONS_GROUP.fpu= mpg123-with-fpu
.include "../../mk/bsd.fast.prefs.mk"
-# x86-dither causes text relocations and doesn't work with the Sun linker
-# Don't enable it by default.
-.if ${MACHINE_ARCH} == "i386"
-PKG_OPTIONS_GROUP.fpu+= mpg123-x86-dither
-.endif
-
.if ${MACHINE_ARCH} == "aarch64"
PKG_OPTIONS_GROUP.fpu+= mpg123-neon64 mpg123-aarch64
PKG_SUGGESTED_OPTIONS+= mpg123-aarch64
@@ -33,10 +27,6 @@ PKG_SUGGESTED_OPTIONS+= mpg123-with-fpu
CONFIGURE_ARGS+= --with-cpu=generic_fpu
.elif !empty(PKG_OPTIONS:Mmpg123-altivec)
CONFIGURE_ARGS+= --with-cpu=altivec
-.elif !empty(PKG_OPTIONS:Mmpg123-x86-dither)
-CONFIGURE_ARGS+= --with-cpu=x86_dither
-.elif !empty(PKG_OPTIONS:Mmpg123-altivec)
-CONFIGURE_ARGS+= --with-cpu=altivec
.elif !empty(PKG_OPTIONS:Mmpg123-neon64)
CONFIGURE_ARGS+= --with-cpu=neon64
.elif !empty(PKG_OPTIONS:Mmpg123-aarch64)