wok diff murrine/receipt @ rev 14014

Add: orc-dev
author Dominique Corbex <domcox@slitaz.org>
date Sun Feb 17 19:51:42 2013 +0100 (2013-02-17)
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 Feb 17 19:51:42 2013 +0100
     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 &&