Received: by mail.netbsd.org (Postfix, from userid 605) id 7734B84D9C; Fri, 10 Jan 2020 11:05:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0166B84D9A for ; Fri, 10 Jan 2020 11:05:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id FR0MoJKX86GZ for ; Fri, 10 Jan 2020 11:05:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5E65E84D2A for ; Fri, 10 Jan 2020 11:05:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 58168FBF4; Fri, 10 Jan 2020 11:05:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578654304247750" MIME-Version: 1.0 Date: Fri, 10 Jan 2020 11:05:04 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/buzztrax To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200110110504.58168FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1578654304247750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1578654304247750 Content-Disposition: inline Content-Length: 607 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1578654304247750--