wok-6.x diff murrine/receipt @ rev 14504
get-bitcoin: get last version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 12 08:46:16 2013 +0200 (2013-05-12) |
parents | b7319995b37e |
children | 7d6089953592 |
line diff
1.1 --- a/murrine/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/murrine/receipt Sun May 12 08:46:16 2013 +0200 1.3 @@ -15,6 +15,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|' 1.8 #sed -i 's/1.10/1.11/g' autogen.sh 1.9 ./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS && 1.10 make &&