wok diff fbreader/receipt @ rev 9857

obconf: fix BUILD_DEPENDS (again)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 16 15:34:53 2011 +0200 (2011-05-16)
parents c10ef884bb76
children 3b4e4318134e
line diff
     1.1 --- a/fbreader/receipt	Wed Apr 07 12:54:31 2010 +0000
     1.2 +++ b/fbreader/receipt	Mon May 16 15:34:53 2011 +0200
     1.3 @@ -15,6 +15,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	# GCC 4.5.0 fix
     1.8 +	sed -i 's/Library::Library /Library /' fbreader/src/library/Library.cpp
     1.9  	echo "UI_TYPE = gtk" >> makefiles/target.mk
    1.10  	echo "TARGET_STATUS = release" >> makefiles/target.mk
    1.11  	make &&