pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/speexdsp



Module Name:    pkgsrc
Committed By:   richard
Date:           Thu Sep  8 15:25:05 UTC 2016

Modified Files:
        pkgsrc/audio/speexdsp: Makefile

Log Message:
disable neon on aarch64


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/speexdsp/Makefile

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

Modified files:

Index: pkgsrc/audio/speexdsp/Makefile
diff -u pkgsrc/audio/speexdsp/Makefile:1.1 pkgsrc/audio/speexdsp/Makefile:1.2
--- pkgsrc/audio/speexdsp/Makefile:1.1  Sat Jan 17 00:16:12 2015
+++ pkgsrc/audio/speexdsp/Makefile      Thu Sep  8 15:25:05 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/01/17 00:16:12 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2016/09/08 15:25:05 richard Exp $
 
 DISTNAME=      speexdsp-1.2rc3
 CATEGORIES=    audio
@@ -14,6 +14,10 @@ GNU_CONFIGURE=               YES
 PKGCONFIG_OVERRIDE=    speexdsp.pc.in
 USE_TOOLS+=            pkg-config
 
+.if ${MACHINE_ARCH} == "aarch64"
+CONFIGURE_ARGS+=       --disable-neon
+.endif
+
 BUILDLINK_API_DEPENDS.speex+=  speex>=1.2rc2
 .include "../../audio/speex/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index