pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/buzztrax
Module Name: pkgsrc
Committed By: nia
Date: Fri Jan 10 11:05:04 UTC 2020
Modified Files:
pkgsrc/audio/buzztrax: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/buzztrax/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/buzztrax/Makefile
diff -u pkgsrc/audio/buzztrax/Makefile:1.5 pkgsrc/audio/buzztrax/Makefile:1.6
--- pkgsrc/audio/buzztrax/Makefile:1.5 Sun Oct 27 10:37:43 2019
+++ pkgsrc/audio/buzztrax/Makefile Fri Jan 10 11:05:04 2020
@@ -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"
Home |
Main Index |
Thread Index |
Old Index