Received: by mail.netbsd.org (Postfix, from userid 605) id 8B5F784D87; Mon, 24 Dec 2018 16:25:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A9A084D85 for ; Mon, 24 Dec 2018 16:25:31 +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 wwjUbLuq85Pg for ; Mon, 24 Dec 2018 16:25:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F0A4384D33 for ; Mon, 24 Dec 2018 16:25:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E9800FB16; Mon, 24 Dec 2018 16:25:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1545668730104550" MIME-Version: 1.0 Date: Mon, 24 Dec 2018 16:25:30 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/SDL2 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20181224162530.E9800FB16@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. --_----------=_1545668730104550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Dec 24 16:25:30 UTC 2018 Modified Files: pkgsrc/devel/SDL2: options.mk Log Message: SDL2: Disable ESD properly. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/SDL2/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1545668730104550 Content-Disposition: inline Content-Length: 663 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/SDL2/options.mk diff -u pkgsrc/devel/SDL2/options.mk:1.9 pkgsrc/devel/SDL2/options.mk:1.10 --- pkgsrc/devel/SDL2/options.mk:1.9 Mon Dec 24 16:24:35 2018 +++ pkgsrc/devel/SDL2/options.mk Mon Dec 24 16:25:30 2018 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2018/12/24 16:24:35 nia Exp $ +# $NetBSD: options.mk,v 1.10 2018/12/24 16:25:30 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.SDL2 PKG_OPTIONS_REQUIRED_GROUPS= gl @@ -35,6 +35,8 @@ CONFIGURE_ARGS+= --disable-dbus .if !empty(PKG_OPTIONS:Mesound) .include "../../audio/esound/buildlink3.mk" +.else +CONFIGURE_ARGS+= --disable-esd .endif .if !empty(PKG_OPTIONS:Mnas) --_----------=_1545668730104550--