wok diff fbreader/receipt @ rev 9411
Add fpc-bootstrap, fpc, and fpc-src. This is freepascal compile. fpc-bootstrap is freepascal compiler to compile itself. fpc-src is need for lazarus ide.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 29 03:50:39 2011 +0000 (2011-03-29) |
parents | c10ef884bb76 |
children | 3b4e4318134e |
line diff
1.1 --- a/fbreader/receipt Wed Apr 07 12:54:31 2010 +0000 1.2 +++ b/fbreader/receipt Tue Mar 29 03:50:39 2011 +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 &&