summaryrefslogtreecommitdiffstats
path: root/audio-drivers/jack
diff options
context:
space:
mode:
authorJuuso Alasuutari2006-10-08 00:56:28 +0300
committerJuuso Alasuutari2006-10-08 00:56:28 +0300
commit233bf29c22aa448d629f3ccb66b20cf95e60ed6b (patch)
treeef49db7eb52e5e0e57dcb37d75521e50c63bda38 /audio-drivers/jack
parent8e262637c9b361af653175bd67ba1e3480ca4150 (diff)
jack: Removed config option that breaks stuff.
Diffstat (limited to 'audio-drivers/jack')
-rwxr-xr-xaudio-drivers/jack/BUILD4
-rw-r--r--audio-drivers/jack/HISTORY3
2 files changed, 3 insertions, 4 deletions
diff --git a/audio-drivers/jack/BUILD b/audio-drivers/jack/BUILD
index ab24c81052..3a37ed479e 100755
--- a/audio-drivers/jack/BUILD
+++ b/audio-drivers/jack/BUILD
@@ -1,6 +1,4 @@
-# Remove --disable-freebob and add FreeBob support in DEPENDS if/when
-# someone writes a spell for it
-OPTS="--disable-freebob --disable-coreaudio \
+OPTS="--disable-coreaudio \
$JACK_OSS $JACK_SIMD $JACK_SHM \
$JACK_RESIZE $JACK_OPTIMIZE \
--with-default-tmpdir=$JACK_TMPDIR \
diff --git a/audio-drivers/jack/HISTORY b/audio-drivers/jack/HISTORY
index 11905c2f1b..e0ccb69e9f 100644
--- a/audio-drivers/jack/HISTORY
+++ b/audio-drivers/jack/HISTORY
@@ -4,7 +4,8 @@
options, fixed dynamic SIMD option query + var name wording,
tidied formatting.
* DEPENDS: Added optional_depends doxygen.
- * BUILD: Add new options to OPTS.
+ * BUILD: Added new options to OPTS, removed --disable-freebob
+ (breaks configure).
2006-09-21 Juuso Alasuutari <iuso@sourcemage.org>
* PROVIDES: [automated] Fixed invalid entries.