[Lunar-commits] <moonbase> wvstreams: fixed build errors

Zbigniew Luszpinski zbiggy at lunar-linux.org
Wed Jun 13 21:23:28 CEST 2012


commit 89160d6f58da6b4cbbaa1fabe7c505a24951fc9d
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Wed Jun 13 21:23:28 2012 +0200

    wvstreams: fixed build errors
---
 net/wvstreams/BUILD   |    3 ++-
 net/wvstreams/DETAILS |    9 ++++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/net/wvstreams/BUILD b/net/wvstreams/BUILD
index 2c88521..c949fbb 100644
--- a/net/wvstreams/BUILD
+++ b/net/wvstreams/BUILD
@@ -1,6 +1,7 @@
 (
 
-  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+  patch_it $SOURCE2 0 &&
+  patch_it $SOURCE3 0 &&
 
   export CFLAGS="$CFLAGS -fPIC" &&
 
diff --git a/net/wvstreams/DETAILS b/net/wvstreams/DETAILS
index cc4c454..ee6c6aa 100644
--- a/net/wvstreams/DETAILS
+++ b/net/wvstreams/DETAILS
@@ -1,12 +1,15 @@
           MODULE=wvstreams
          VERSION=4.6.1
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=wvstreams-openssl-1.0.0.patch
-      SOURCE_URL=http://$MODULE.googlecode.com/files/
+         SOURCE2=$MODULE-openssl-1.0.0.patch
+         SOURCE3=$MODULE-$VERSION-glibc212.patch.bz2
+      SOURCE_URL=http://$MODULE.googlecode.com/files
      SOURCE2_URL=$PATCH_URL
+     SOURCE3_URL=$PATCH_URL
       SOURCE_VFY=sha1:1431efc3f46a13b6a8dbcad4123e19473369f767
      SOURCE2_VFY=sha1:f1ff465721a9c0374c10b0ac34336ee4d83ce453
-        WEB_SITE=http://code.google.com/p/wvstreams/
+     SOURCE3_VFY=sha1:b2aaa7d51bab1d44b1dd51c803770152c2286bc7
+        WEB_SITE=http://code.google.com/p/wvstreams
          ENTERED=20020425
          UPDATED=20100410
            SHORT="A networking C++ library"


More information about the Lunar-commits mailing list