aboutsummaryrefslogtreecommitdiffstats
path: root/packages/flite/flite-1.2
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-07-19 10:23:05 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-19 10:23:05 +0000
commita75ff4055638369d7f0fa71b8e86a373a7e5efcb (patch)
tree55e6f4f90baffc352e8d7aefc48fc1dd821e5bf0 /packages/flite/flite-1.2
parentd94a800980d782334360eed517c5cfc6989f8d9d (diff)
downloadopenembedded-a75ff4055638369d7f0fa71b8e86a373a7e5efcb.tar.gz
flite:
- add configure-with-audio patch courtesy Patrick Ohly - reorder metadata - set Patrick Ohly as maintainer of this package
Diffstat (limited to 'packages/flite/flite-1.2')
-rw-r--r--packages/flite/flite-1.2/configure-with-audio.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/flite/flite-1.2/configure-with-audio.patch b/packages/flite/flite-1.2/configure-with-audio.patch
new file mode 100644
index 0000000000..4f320ac068
--- /dev/null
+++ b/packages/flite/flite-1.2/configure-with-audio.patch
@@ -0,0 +1,20 @@
+*** flite-1.2-release/configure.in~ Tue Feb 18 01:45:45 2003
+--- flite-1.2-release/configure.in Mon Jul 18 22:01:25 2005
+***************
+*** 144,150 ****
+ dnl
+ AC_ARG_WITH( audio,
+ [ --with-audio with specific audio support (none linux freebsd etc) ],
+! AUDIODRIVER=$with_audio )
+
+ if test "x$AUDIODEFS" = x; then
+ case "$AUDIODRIVER" in
+--- 144,151 ----
+ dnl
+ AC_ARG_WITH( audio,
+ [ --with-audio with specific audio support (none linux freebsd etc) ],
+! [AUDIODRIVER=$with_audio
+! AUDIODEFS=])
+
+ if test "x$AUDIODEFS" = x; then
+ case "$AUDIODRIVER" in