[Lunar-commits] <moonbase> xscreensaver: fix the compilation.

Florin Braescu florin at lunar-linux.org
Sun Jan 11 22:46:36 CET 2009


commit 8ca4017dba95cedef4bb078bcda59d50bcb32211
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Jan 11 23:46:36 2009 +0200

    xscreensaver: fix the compilation.
---
 x11-apps/xscreensaver/BUILD |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/x11-apps/xscreensaver/BUILD b/x11-apps/xscreensaver/BUILD
index bc1d3b2..201f17c 100644
--- a/x11-apps/xscreensaver/BUILD
+++ b/x11-apps/xscreensaver/BUILD
@@ -5,12 +5,13 @@
     OPTS+=" --with-pam --without-shadow"
   fi
 
-  OPTS+=" --without-kerberos \
-          --with-dpms-ext \
-          --with-xf86vmode-ext \
-          --with-xf86gamma-ext \
-          --with-proc-interrupts \
-          --enable-locking"
+  OPTS+=" --without-kerberos      \
+          --with-dpms-ext         \
+          --with-xf86vmode-ext    \
+          --with-xf86gamma-ext    \
+          --with-proc-interrupts  \
+	  --without-pixbuf        \
+          --enable-locking"      &&
 
   default_build  &&
 


More information about the Lunar-commits mailing list