wok rev 12875
abiword: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 25 12:51:07 2012 +0200 (2012-05-25) |
parents | 7774e5026029 |
children | b71e5df54a23 |
files | abiword/receipt |
line diff
1.1 --- a/abiword/receipt Fri May 25 11:41:24 2012 +0200 1.2 +++ b/abiword/receipt Fri May 25 12:51:07 2012 +0200 1.3 @@ -21,6 +21,9 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i 's|glib/gmacros.h|glib.h|' goffice-bits/goffice/app/goffice-app.h 1.8 + sed -i 's|glib/gerror.h|glib.h|' src/af/util/xp/ut_go_file.h 1.9 + sed -i 's|--no-undefined||' src/Makefile* 1.10 ./configure \ 1.11 --prefix=/usr \ 1.12 --infodir=/usr/share/info \