pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/mpg123



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Oct 27 08:58:13 UTC 2020

Modified Files:
        pkgsrc/audio/mpg123: options.mk

Log Message:
mpg123: Actually, the 'x86_dither' option is missing from ./configure

So we can probably just remove this option.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/mpg123/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/mpg123/options.mk
diff -u pkgsrc/audio/mpg123/options.mk:1.7 pkgsrc/audio/mpg123/options.mk:1.8
--- pkgsrc/audio/mpg123/options.mk:1.7  Tue Oct 27 08:53:57 2020
+++ pkgsrc/audio/mpg123/options.mk      Tue Oct 27 08:58:13 2020
@@ -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)



Home | Main Index | Thread Index | Old Index