summaryrefslogtreecommitdiff
path: root/devel/SDL
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2008-12-19 13:05:06 +0000
committertron <tron@pkgsrc.org>2008-12-19 13:05:06 +0000
commit918fbdc63dcd56578191a98661e84bab0fa5f8f8 (patch)
tree3758898c7ebfffcdb9ada885b718a263291221b9 /devel/SDL
parent116294ff2c21d4f33734aee116043ff3bb32eac1 (diff)
downloadpkgsrc-918fbdc63dcd56578191a98661e84bab0fa5f8f8.tar.gz
Revert broken change.
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 db518bf5d60..d1f6abf39b1 100644
--- a/devel/SDL/options.mk
+++ b/devel/SDL/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2008/12/19 11:41:25 tron Exp $
+# $NetBSD: options.mk,v 1.5 2008/12/19 13:05:06 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