diff options
author | wiz <wiz@pkgsrc.org> | 2022-02-28 10:13:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-02-28 10:13:53 +0000 |
commit | 5734f5c6a63c75c65ca08d221e92300755590dc4 (patch) | |
tree | bea84a0b0e83bba226e519749873ba68069c7589 /audio/mac | |
parent | 80509ea7f39424d440aed0c5c587a37ffdb5a3dc (diff) | |
download | pkgsrc-5734f5c6a63c75c65ca08d221e92300755590dc4.tar.gz |
mac: disable assembly, so this builds again
(libtool does not recognize --tag=ASM)
Diffstat (limited to 'audio/mac')
-rw-r--r-- | audio/mac/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile index 3023b77c3f5..0b02f310790 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/02 23:47:56 asau Exp $ -# +# $NetBSD: Makefile,v 1.9 2022/02/28 10:13:53 wiz Exp $ DISTNAME= mac-3.99-u4-b5-s7 PKGNAME= mac-3.99u4b5s7 @@ -12,14 +11,10 @@ HOMEPAGE= http://etree.org/shnutils/shntool/ COMMENT= Monkey's Audio support library (for .ape files) LICENSE= mac-license -.include "../../mk/bsd.fast.prefs.mk" - -.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" -BUILD_DEPENDS+= yasm-[0-9]*:../../devel/yasm -.endif - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ +CONFIGURE_ARGS+= --enable-assembly=no + .include "../../mk/bsd.pkg.mk" |