wok diff abiword/receipt @ 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 8e4c74abdf74
children cf7d783d1fdf
line diff
     1.1 --- a/abiword/receipt	Mon Jan 02 23:06:19 2012 +0100
     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 \