[Lunar-commits] <moonbase> wvstreams: Adding a patch to fix a make failure due to the openssl bump. Used
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Apr 10 21:31:06 CEST 2010
commit d4f15bfe6cce471dfa030f4a44a448ff4bcdb136
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Apr 10 15:31:06 2010 -0400
wvstreams: Adding a patch to fix a make failure due to the openssl bump. Used
the one from http://bugs.gentoo.org/show_bug.cgi?id=304283 .
---
net/wvstreams/BUILD | 6 ++++--
net/wvstreams/DETAILS | 5 ++++-
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/net/wvstreams/BUILD b/net/wvstreams/BUILD
index 4747b56..2c88521 100644
--- a/net/wvstreams/BUILD
+++ b/net/wvstreams/BUILD
@@ -1,8 +1,10 @@
(
- export CFLAGS="$CFLAGS -fPIC"
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
- export DBUS_LIBDIR="/usr/lib/"
+ export CFLAGS="$CFLAGS -fPIC" &&
+
+ export DBUS_LIBDIR="/usr/lib/" &&
default_build
diff --git a/net/wvstreams/DETAILS b/net/wvstreams/DETAILS
index 716102f..1b12242 100644
--- a/net/wvstreams/DETAILS
+++ b/net/wvstreams/DETAILS
@@ -1,11 +1,14 @@
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_URL=$PATCH_URL
SOURCE_VFY=sha1:1431efc3f46a13b6a8dbcad4123e19473369f767
+ SOURCE2_VFY=sha1:f1ff465721a9c0374c10b0ac34336ee4d83ce453
WEB_SITE="http://alumnit.ca/wiki/?page=WvStreams"
ENTERED=20020425
- UPDATED=20100218
+ UPDATED=20100410
SHORT="A networking C++ library"
PSAFE=no
cat << EOF
More information about the Lunar-commits
mailing list