wok-6.x rev 12784
fox14: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 15 11:12:15 2012 +0200 (2012-05-15) |
parents | c1549ac89096 |
children | e5f512a9eb4b |
files | fox14/receipt |
line diff
1.1 --- a/fox14/receipt Tue May 15 11:02:13 2012 +0200 1.2 +++ b/fox14/receipt Tue May 15 11:12:15 2012 +0200 1.3 @@ -19,6 +19,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i 's/(gzFile\*)/(gzFile)/' src/FXGZStream.cpp 1.8 ./configure LDFLAGS="-lXft -lfreetype -lfontconfig -lXrender" \ 1.9 --prefix=/usr \ 1.10 --mandir=/usr/share/man \