pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio pulseaudio: elaborate mo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6ec0e046212
branches:  trunk
changeset: 308309:f6ec0e046212
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun May 20 11:42:33 2018 +0000

description:
pulseaudio: elaborate more why to disable neon optimization on netbsd/aarch64.
the internet suggests that pulseaudio might be wrong to use the same code
for aarch64 and aarch32.

diffstat:

 audio/pulseaudio/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 42ebef01b10c -r f6ec0e046212 audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Sun May 20 11:14:07 2018 +0000
+++ b/audio/pulseaudio/Makefile Sun May 20 11:42:33 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2018/05/20 10:57:40 jmcneill Exp $
+# $NetBSD: Makefile,v 1.128 2018/05/20 11:42:33 maya Exp $
 
 DISTNAME=      pulseaudio-11.1
 PKGREVISION=   5
@@ -50,6 +50,7 @@
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
 
 # Disable NEON on NetBSD/aarch64 (does not build with pulseaudio 11.1)
+# use of q0 register in aarch64 is considered not valid
 .if !empty(PKGSRC_COMPILER:Mclang) && ${OPSYS} == "NetBSD" && ${MACHINE_CPU} == "aarch64"
 CONFIGURE_ARGS+=       --disable-neon-opt
 .endif



Home | Main Index | Thread Index | Old Index