# HG changeset patch # User Pascal Bellard # Date 1337943067 -7200 # Node ID 683d3c6a898aa28e3b252d91f8c66413b380c101 # Parent 7774e5026029a0fb7f9e6e86f9c6754e6511a103 abiword: fix compile_rules diff -r 7774e5026029 -r 683d3c6a898a abiword/receipt --- a/abiword/receipt Fri May 25 11:41:24 2012 +0200 +++ b/abiword/receipt Fri May 25 12:51:07 2012 +0200 @@ -21,6 +21,9 @@ compile_rules() { cd $src + sed -i 's|glib/gmacros.h|glib.h|' goffice-bits/goffice/app/goffice-app.h + sed -i 's|glib/gerror.h|glib.h|' src/af/util/xp/ut_go_file.h + sed -i 's|--no-undefined||' src/Makefile* ./configure \ --prefix=/usr \ --infodir=/usr/share/info \