# HG changeset patch # User Pascal Bellard # Date 1273135011 -7200 # Node ID 36e4927da6d9f452cef3cc0ed4efc94b4d92bd96 # Parent 43cf4d94f50bf93872b24b64b0c3a31a878358be wvstreams: fix compile_rules diff -r 43cf4d94f50b -r 36e4927da6d9 wvstreams/receipt --- a/wvstreams/receipt Thu May 06 09:32:56 2010 +0200 +++ b/wvstreams/receipt Thu May 06 10:36:51 2010 +0200 @@ -16,6 +16,7 @@ compile_rules() { cd $src + sed -i 's/ X509V3_EXT_METHOD/ const X509V3_EXT_METHOD/' crypto/wvx509.cc ./configure --prefix=/usr \ --without-dbus \ --without-tcl \