wok diff bastet/receipt @ rev 23471
updated python-cheetah (2.4.3 -> 2.4.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 14:34:55 2020 +0100 (2020-04-05) |
parents | 11b5e93cb5f2 |
children | ff704a184c59 |
line diff
1.1 --- a/bastet/receipt Tue Jul 05 15:34:01 2016 +0300 1.2 +++ b/bastet/receipt Sun Apr 05 14:34:55 2020 +0100 1.3 @@ -21,6 +21,9 @@ 1.4 { 1.5 cp -a $stuff/bastet* $src 1.6 patch -p1 -i $stuff/install.patch 1.7 + sed -i -e 's|tr1/tr1/unordered_set|unordered_set.hpp|' \ 1.8 + -e '/#include <set>/d' -e 's|std::tr1::|boost::|' \ 1.9 + BastetBlockChooser.hpp 1.10 1.11 make 2>/dev/null && make install 1.12 }