wok rev 13132
libboost-dev: add boost::BOOST_FOREACH fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 08 13:24:52 2012 +0200 (2012-07-08) |
parents | 85b1f2b47be4 |
children | f378e2bb1fb7 |
files | libboost-dev/receipt |
line diff
1.1 --- a/libboost-dev/receipt Sun Jul 08 13:21:38 2012 +0200 1.2 +++ b/libboost-dev/receipt Sun Jul 08 13:24:52 2012 +0200 1.3 @@ -42,6 +42,10 @@ 1.4 fi 1.5 1.6 cd $src 1.7 + [ -s $SOURCES_REPOSITORY/boost_changeset_75540.u ] || 1.8 + wget -O $SOURCES_REPOSITORY/boost_changeset_75540.u --no-check-certificate \ 1.9 + 'https://svn.boost.org/trac/boost/changeset/75540?format=diff&new=75540' 1.10 + patch -p2 < $SOURCES_REPOSITORY/boost_changeset_75540.u || return 1 1.11 ./bootstrap.sh \ 1.12 --prefix=$DESTDIR/usr \ 1.13 --exec-prefix=$DESTDIR/usr \