pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/SDL2 SDL2: Disable ESD properly.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2c007426a6ed
branches: trunk
changeset: 317003:2c007426a6ed
user: nia <nia%pkgsrc.org@localhost>
date: Mon Dec 24 16:25:30 2018 +0000
description:
SDL2: Disable ESD properly.
diffstat:
devel/SDL2/options.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 003234841aec -r 2c007426a6ed devel/SDL2/options.mk
--- a/devel/SDL2/options.mk Mon Dec 24 16:24:35 2018 +0000
+++ b/devel/SDL2/options.mk Mon Dec 24 16:25:30 2018 +0000
@@ -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 @@
.if !empty(PKG_OPTIONS:Mesound)
.include "../../audio/esound/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --disable-esd
.endif
.if !empty(PKG_OPTIONS:Mnas)
Home |
Main Index |
Thread Index |
Old Index