pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/buzztrax buzztrax: Build fix: disable dllwrapper...
details: https://anonhg.NetBSD.org/pkgsrc/rev/27b0ea3d1c75
branches: trunk
changeset: 347287:27b0ea3d1c75
user: nia <nia%pkgsrc.org@localhost>
date: Fri Jan 10 11:05:04 2020 +0000
description:
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:
audio/buzztrax/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 414da8ecea1a -r 27b0ea3d1c75 audio/buzztrax/Makefile
--- a/audio/buzztrax/Makefile Fri Jan 10 09:28:41 2020 +0000
+++ b/audio/buzztrax/Makefile Fri Jan 10 11:05:04 2020 +0000
@@ -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 @@
USE_PKGLOCALEDIR= yes
+CONFIGURE_ARGS+= --disable-dllwrapper
CONFIGURE_ARGS+= --disable-schemas-compile
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index