[Lunar-commits] <moonbase> totem: speed up build by not downloading dtds

Zachary McGrew zmcgrew at lunar-linux.org
Thu Jul 15 22:16:48 CEST 2010


commit f014bb72f9ac894ba277eed145fb82e5652b9e3e
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Sat Oct 3 22:11:18 2009 -0700

    totem: speed up build by not downloading dtds
---
 gnome2/desktop/totem/BUILD |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/gnome2/desktop/totem/BUILD b/gnome2/desktop/totem/BUILD
index d892f2d..685d751 100644
--- a/gnome2/desktop/totem/BUILD
+++ b/gnome2/desktop/totem/BUILD
@@ -1,14 +1,16 @@
 (
 
-   export BROWSER_PLUGIN_DIR="/opt/lunar/plugins"
-   ./configure  --prefix=${GNOME210_PREFIX:-/usr}             \
-                --prefix=${GNOME210_PREFIX:-/usr}             \
-                --build=$BUILD                                \
-                --sysconfdir=/etc                             \
-                --localstatedir=/var                          \
-                --infodir=${GNOME210_PREFIX:-/usr}/share/info \
-                --mandir=${GNOME210_PREFIX:-/usr}/share/man   \
-                $OPTS                                        &&
-    default_make
+  sedit 's:xsltproc:xsltproc --novalid:g' help/Makefile.in
+
+  export BROWSER_PLUGIN_DIR="/opt/lunar/plugins"
+  ./configure  --prefix=${GNOME210_PREFIX:-/usr}             \
+               --prefix=${GNOME210_PREFIX:-/usr}             \
+               --build=$BUILD                                \
+               --sysconfdir=/etc                             \
+               --localstatedir=/var                          \
+               --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+               --mandir=${GNOME210_PREFIX:-/usr}/share/man   \
+               $OPTS                                        &&
+   default_make
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list