wok-6.x diff fbreader/receipt @ rev 6761

Down: make to 3.81. I'm doing this so we cause there are to many problems with 3.82 right now. For example: gst-plugins-base will not compile with the new make 3.82 since there are 8 spaces instead of tabs. Or libwebkit not compiling with -j 4. Best to wait on updating this for slitaz 5.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 17 23:32:20 2010 +0000 (2010-10-17)
parents c10ef884bb76
children 3b4e4318134e
line diff
     1.1 --- a/fbreader/receipt	Wed Apr 07 12:54:31 2010 +0000
     1.2 +++ b/fbreader/receipt	Sun Oct 17 23:32:20 2010 +0000
     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 &&