pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/SDL2
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.
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)
Home |
Main Index |
Thread Index |
Old Index