wok-6.x diff murrine/receipt @ rev 12940
Up xcb-util (0.3.8)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 30 16:46:22 2012 +0200 (2012-05-30) |
parents | b7319995b37e |
children | 7d6089953592 |
line diff
1.1 --- a/murrine/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/murrine/receipt Wed May 30 16:46:22 2012 +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 &&