[Lunar-commits] <moonbase-other> Merge pull request #110 from v4hn/gstreamer-10
Florin Braescu
florin at lunar-linux.org
Thu Oct 10 17:36:43 CEST 2013
commit 2b3c1305d836cbce0ec3e582ebf6b998eec97e93
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu, 10 Oct 2013 08:36:41 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/2b3c1305d836cbce0ec3e582ebf6b998eec97e93
Merge pull request #110 from v4hn/gstreamer-10
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