pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/mpg123 mpg123: Actually, the 'x86_dither' option...
details: https://anonhg.NetBSD.org/pkgsrc/rev/708dbeeb1b05
branches: trunk
changeset: 441133:708dbeeb1b05
user: nia <nia%pkgsrc.org@localhost>
date: Tue Oct 27 08:58:13 2020 +0000
description:
mpg123: Actually, the 'x86_dither' option is missing from ./configure
So we can probably just remove this option.
diffstat:
audio/mpg123/options.mk | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)
diffs (33 lines):
diff -r 5d320644aaac -r 708dbeeb1b05 audio/mpg123/options.mk
--- a/audio/mpg123/options.mk Tue Oct 27 08:53:57 2020 +0000
+++ b/audio/mpg123/options.mk Tue Oct 27 08:58:13 2020 +0000
@@ -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 @@
.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 @@
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)
Home |
Main Index |
Thread Index |
Old Index