pkgsrc/audio/speexdsp/Makefile
mrg 0a843265c7 various fixes for arm64 big endian support.
most of these simply extend matching from "aarch64" to "aarch64eb"
in various forms of code.  most remaining uses in pkgsrc of
"MACHINE_ARCH == aarch64" are because of missing aarch64eb support,
such as most of the binary-bootstrap requiring languages like rust,
go, and java.

no pkg-bump because this shouldn't change packages on systems that
could already build all of these.
2021-04-25 07:51:24 +00:00

25 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.5 2021/04/25 07:51:24 mrg Exp $
DISTNAME= speexdsp-1.2.0
CATEGORIES= audio
MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.speex.org/
COMMENT= Open-source, patent-free voice codec DSP library
LICENSE= modified-bsd
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
PKGCONFIG_OVERRIDE= speexdsp.pc.in
USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_CPU} == "aarch64"
CONFIGURE_ARGS+= --disable-neon
.endif
BUILDLINK_API_DEPENDS.speex+= speex>=1.2rc2
.include "../../audio/speex/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"