[Lunar-commits] r24906 - moonbase/trunk/net/wvstreams

Dennis Veatch stumbles at lunar-linux.org
Mon Jun 18 22:30:45 CEST 2007


Author: stumbles
Date: 2007-06-18 22:30:45 +0200 (Mon, 18 Jun 2007)
New Revision: 24906

Added:
   moonbase/trunk/net/wvstreams/BUILD
Modified:
   moonbase/trunk/net/wvstreams/DEPENDS
Log:

Lets add this back with a little sedit cause vars.mk
looks in the wrong place for qt3, so you can now say
yes.

Also now that our fearless one hath spoken and so 
shall it be.


Added: moonbase/trunk/net/wvstreams/BUILD
===================================================================
--- moonbase/trunk/net/wvstreams/BUILD	                        (rev 0)
+++ moonbase/trunk/net/wvstreams/BUILD	2007-06-18 20:30:45 UTC (rev 24906)
@@ -0,0 +1,13 @@
+(
+
+  if in_depends $MODULE qt3; then
+    if module_installed qt3; then
+      . /etc/profile.d/qt3.rc
+      . /etc/profile.d/kde3.rc
+      sedit "s:/usr/lib/libqt-mt.so:/opt/lunar/qt/3/lib:g" vars.mk
+    fi
+  fi  &&
+
+  default_build
+
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/net/wvstreams/DEPENDS
===================================================================
--- moonbase/trunk/net/wvstreams/DEPENDS	2007-06-18 20:30:42 UTC (rev 24905)
+++ moonbase/trunk/net/wvstreams/DEPENDS	2007-06-18 20:30:45 UTC (rev 24906)
@@ -5,37 +5,37 @@
 optional_depends  "gamin"               \
                   "--with-fam"          \
                   "--without-fam"       \
-                  "FAM support"        &&
+                  "FAM support"        
 
 optional_depends  "fftw"                \
                   "--with-fftw"         \
                   "--without-fftw"      \
-                  "FFTW support"       &&
+                  "FFTW support"       
 
 optional_depends  "gdbm"                \
                   "--with-gdbm"         \
                   "--without-gdbm"      \
-                  "GDBM support"       &&
+                  "GDBM support"       
 
 optional_depends  "gtk+"                \
                   "--with-gtk"          \
                   "--without-gtk"       \
-                  "GTK+ support"       &&
+                  "GTK+ support"       
 
 optional_depends  "libogg"              \
                   "--with-ogg"          \
                   "--without-ogg"       \
-                  "lib OGG support"    &&
+                  "lib OGG support"    
 
 optional_depends  "Linux-PAM"           \
                   "--with-pam"          \
                   "--without-pam"       \
-                  "PAM support"        &&
+                  "PAM support"        
 
 optional_depends  "speex"               \
                   "--with-speex"        \
                   "--without-speex"     \
-                  "Speex support"      &&
+                  "Speex support"      
 
 optional_depends  "qt3"                 \
                   "--with-qt"           \



More information about the Lunar-commits mailing list