[Lunar-commits] <moonbase> gdk-pixbuf: Fixing the BUILD.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Nov 17 13:09:36 CET 2010


commit 7cd2f9437ebaf486fe640364e0d73b7c6f785305
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Nov 17 07:09:36 2010 -0500

    gdk-pixbuf: Fixing the BUILD.
---
 gnome2/platform/gdk-pixbuf/BUILD |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnome2/platform/gdk-pixbuf/BUILD b/gnome2/platform/gdk-pixbuf/BUILD
index d513fd8..4a6180e 100644
--- a/gnome2/platform/gdk-pixbuf/BUILD
+++ b/gnome2/platform/gdk-pixbuf/BUILD
@@ -1,5 +1,9 @@
-if module_installed openssl ; then
+(
+
+  if module_installed openssl ; then
         OPTS="$OPTS --with-libjasper --with-included-loaders=png "
-fi
+  fi &&
+
+  default_build
 
-default_build
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list