[Lunar-commits] <moonbase-other> gstreamer-10: fix build
v4hn
me at v4hn.de
Thu Oct 10 17:36:43 CEST 2013
commit 84175c914dce68534aa34a0721aec80b37ffa3c7
Author: v4hn <me at v4hn.de>
Date: Mon, 07 Oct 2013 18:47:28 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/84175c914dce68534aa34a0721aec80b37ffa3c7
gstreamer-10: fix build
---
audio/gstreamer-10/BUILD | +0/-8
audio/gstreamer-10/PRE_BUILD | +7/-0
2 files changed, 7 insertions(+), 8 deletions(-)
--- a/audio/gstreamer-10/BUILD
+++ b/audio/gstreamer-10/BUILD
@@ -1,11 +1,3 @@
-(
-
OPTS+=" --disable-static --disable-debug --disable-examples --disable-tests --disable-valgrind" &&
- if [ "`get_module_config DOCS`" = "n" ] ; then
- sedit "/\tdocs \\\/d" Makefile.in
- fi &&
-
default_build
-
-) > $C_FIFO 2>&1
--- /dev/null
+++ b/audio/gstreamer-10/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+
+if [ "`get_module_config DOCS`" = "n" ] ; then
+ sedit "/\tdocs \\\/d" Makefile.in
+fi &&
+
+sedit "/int priv_gst_parse_yylex (/ c int priv_gst_parse_yylex (void * yylval_param);" gst/parse/grammar.y
More information about the Lunar-commits
mailing list