[Lunar-commits] <moonbase> gstreamer-10: fix the compile.
Florin Braescu
florin at lunar-linux.org
Sun Aug 22 10:05:42 CEST 2010
commit ba651750e4e935bc8171af139301d6b8b2f3fbf9
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Aug 22 11:05:42 2010 +0300
gstreamer-10: fix the compile.
Tnakes to sirocco for the submission.
---
audio/gstreamer-10/BUILD | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/audio/gstreamer-10/BUILD b/audio/gstreamer-10/BUILD
index de47591..3b47aff 100644
--- a/audio/gstreamer-10/BUILD
+++ b/audio/gstreamer-10/BUILD
@@ -1,8 +1,11 @@
(
- OPTS+=" --disable-examples --disable-tests --disable-valgrind \
- --disable-debug"
+ OPTS+=" --disable-examples --disable-tests --disable-valgrind --disable-debug"
- default_build
+ default_config &&
+ sedit 's: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html:' docs/gst/Makefile &&
+ sedit 's: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html:' docs/libs/Makefile &&
+ sedit 's: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html:' docs/plugins/Makefile &&
+ default_make
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list