summaryrefslogtreecommitdiff
path: root/devel/SDL
diff options
context:
space:
mode:
authortron <tron>2008-12-19 11:41:25 +0000
committertron <tron>2008-12-19 11:41:25 +0000
commitc0d0a3d1386c26cfd10c4816913e7e8c68dfdbdd (patch)
treec714a478ccfa09e5539108bbf2da97bfa062b458 /devel/SDL
parent872e7e0330317a2b2256ec3a181464113e36320e (diff)
downloadpkgsrc-c0d0a3d1386c26cfd10c4816913e7e8c68dfdbdd.tar.gz
Make it possible to turn off "pulseaudio" support.
Diffstat (limited to 'devel/SDL')
-rw-r--r--devel/SDL/options.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/SDL/options.mk b/devel/SDL/options.mk
index 35a9329e3c3..db518bf5d60 100644
--- a/devel/SDL/options.mk
+++ b/devel/SDL/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2008/12/18 16:53:01 jmcneill Exp $
+# $NetBSD: options.mk,v 1.4 2008/12/19 11:41:25 tron Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.SDL
PKG_SUPPORTED_OPTIONS= aalib arts esound nas pulseaudio
@@ -33,8 +33,8 @@ CONFIGURE_ARGS+= --disable-nas
.endif
.if !empty(PKG_OPTIONS:Mpulseaudio)
-# for some reason --enable-pulseaudio disables the
-# configure check
-#CONFIGURE_ARGS+= --enable-pulseaudio
+ for some reason --enable-pulseaudio disables the
+ configure check
+CONFIGURE_ARGS+= --enable-pulseaudio
.include "../../audio/pulseaudio/buildlink3.mk"
.endif