summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-01-10 11:05:04 +0000
committernia <nia@pkgsrc.org>2020-01-10 11:05:04 +0000
commitdbca954118d103335ebd0100d983b71b035ed2c7 (patch)
tree1943b85f041c216b273cb96aa14accdfcdca0966 /audio
parent64d011f8881baf4ed0d9a477e4600ba720f179fc (diff)
downloadpkgsrc-dbca954118d103335ebd0100d983b71b035ed2c7.tar.gz
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.
Diffstat (limited to 'audio')
-rw-r--r--audio/buzztrax/Makefile3
1 files changed, 2 insertions, 1 deletions
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"