wok-stable diff wvstreams/receipt @ rev 9218
wvstreams: patch wvunixdgsocket & wvatomicfile
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 11 16:44:33 2011 +0100 (2011-03-11) |
parents | 187c96358d69 |
children | 93057273cccb |
line diff
1.1 --- a/wvstreams/receipt Tue Mar 08 18:20:44 2011 +0100 1.2 +++ b/wvstreams/receipt Fri Mar 11 16:44:33 2011 +0100 1.3 @@ -6,7 +6,6 @@ 1.4 SHORT_DESC="makes modem-based connection to Internet" 1.5 MAINTAINER="jozee@slitaz.org" 1.6 DEPENDS="ppp gcc-lib-base openssl zlib xplc readline" 1.7 -BUILD_DEPENDS="openssl-dev zlib-dev xplc-dev" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://wvstreams.googlecode.com" 1.10 WGET_URL="http://wvstreams.googlecode.com/files/$TARBALL" 1.11 @@ -17,6 +16,8 @@ 1.12 { 1.13 cd $src 1.14 sed -i 's/ X509V3_EXT_METHOD/ const X509V3_EXT_METHOD/' crypto/wvx509.cc 1.15 + sed -i 's/def MACOS/ 1/' streams/wvatomicfile.cc \ 1.16 + ipstreams/wvunixdgsocket.c 1.17 ./configure --prefix=/usr \ 1.18 --without-dbus \ 1.19 --without-tcl \