From dbca954118d103335ebd0100d983b71b035ed2c7 Mon Sep 17 00:00:00 2001 From: nia Date: Fri, 10 Jan 2020 11:05:04 +0000 Subject: buzztrax: Build fix: disable dllwrapper explicitly This is autodetected on 32-bit x86 but causes the build to fail due to win32 headers not being available. --- audio/buzztrax/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/buzztrax/Makefile b/audio/buzztrax/Makefile index 1c3f8fc318a..6e77d6af379 100644 --- a/audio/buzztrax/Makefile +++ b/audio/buzztrax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2019/10/27 10:37:43 nia Exp $ +# $NetBSD: Makefile,v 1.6 2020/01/10 11:05:04 nia Exp $ DISTNAME= buzztrax-0.10.2 CATEGORIES= audio @@ -30,6 +30,7 @@ PLIST_SRC+= PLIST USE_PKGLOCALEDIR= yes +CONFIGURE_ARGS+= --disable-dllwrapper CONFIGURE_ARGS+= --disable-schemas-compile .include "options.mk" -- cgit v1.2.3