# HG changeset patch # User Pascal Bellard # Date 1299858273 -3600 # Node ID 84d83aa7bb67cbfaa8bb79fb2ac375203e331674 # Parent 88b2c10621bfe2c22022e450f79fa2cf01ae8d77 wvstreams: patch wvunixdgsocket & wvatomicfile diff -r 88b2c10621bf -r 84d83aa7bb67 wvstreams/receipt --- a/wvstreams/receipt Fri Mar 11 16:17:32 2011 +0100 +++ b/wvstreams/receipt Fri Mar 11 16:44:33 2011 +0100 @@ -6,7 +6,6 @@ SHORT_DESC="makes modem-based connection to Internet" MAINTAINER="jozee@slitaz.org" DEPENDS="ppp gcc-lib-base openssl zlib xplc readline" -BUILD_DEPENDS="openssl-dev zlib-dev xplc-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://wvstreams.googlecode.com" WGET_URL="http://wvstreams.googlecode.com/files/$TARBALL" @@ -17,6 +16,8 @@ { cd $src sed -i 's/ X509V3_EXT_METHOD/ const X509V3_EXT_METHOD/' crypto/wvx509.cc + sed -i 's/def MACOS/ 1/' streams/wvatomicfile.cc \ + ipstreams/wvunixdgsocket.c ./configure --prefix=/usr \ --without-dbus \ --without-tcl \