wok diff bastet/receipt @ rev 23225
compile mutt again
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 23 16:27:23 2020 +0100 (2020-03-23) |
parents | 11b5e93cb5f2 |
children | ff704a184c59 |
line diff
1.1 --- a/bastet/receipt Tue Jul 05 15:34:01 2016 +0300 1.2 +++ b/bastet/receipt Mon Mar 23 16:27:23 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 }