[Lunar-commits] <moonbase> linphone: a couple of changes as noted within the BUILD.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Mon Jun 1 03:51:25 CEST 2009


commit 82e5b0f8cd38c4dfb34e3fc012778155a75bc4d9
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sun May 31 21:51:25 2009 -0400

    linphone: a couple of changes as noted within the BUILD.
---
 chat/linphone/BUILD |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/chat/linphone/BUILD b/chat/linphone/BUILD
index 87e50af..7e4f914 100644
--- a/chat/linphone/BUILD
+++ b/chat/linphone/BUILD
@@ -1,9 +1,14 @@
 (
 
-  # --enable-rsvp and --enable-truespeech both break the 1.2.0 build
-  # for some unknown reason.  The manual (documentation) building is
-  # also broken in certain compile-time configurations.
-  OPTS="$OPTS --disable-manual"
+  # --enable-rsvp breaks the build, is no longer maintained, so don't 
+  # use it.
+
+  OPTS="--enable-truespeech --enable-video"
+
+  default_config &&
+
+# Something goes wonky when generating the Makefile as shown by this sedit.
+  sedit "s:yes/:/:g" mediastreamer2/Makefile
 
   default_build
 


More information about the Lunar-commits mailing list