pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mac mac: disable assembly, so this builds again



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87bd2ae7c056
branches:  trunk
changeset: 374830:87bd2ae7c056
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 28 10:13:53 2022 +0000

description:
mac: disable assembly, so this builds again

(libtool does not recognize --tag=ASM)

diffstat:

 audio/mac/Makefile |  11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diffs (27 lines):

diff -r 90235413a695 -r 87bd2ae7c056 audio/mac/Makefile
--- a/audio/mac/Makefile        Mon Feb 28 10:06:34 2022 +0000
+++ b/audio/mac/Makefile        Mon Feb 28 10:13:53 2022 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index