wok diff xchat/receipt @ rev 14578
wicd/stuff/wicd: rm -f wicd.pid for clean stop
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sat May 25 23:21:16 2013 +0000 (2013-05-25) |
parents | d1768332cee0 |
children | 380ffe05937a |
line diff
1.1 --- a/xchat/receipt Sun May 08 09:01:58 2011 +0000 1.2 +++ b/xchat/receipt Sat May 25 23:21:16 2013 +0000 1.3 @@ -15,9 +15,11 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - #patch -p1 -i $stuff/xc286-smallfixes.diff 1.8 - # gentoo patch for GTK > 2.12 1.9 - #patch -p1 -i $stuff/xchat-2.8.6-gtk+-2.13.patch 1.10 + sed -i -e 's|glib/gslist.h|glib.h|' -e 's|glib/giochannel.h|glib.h|' \ 1.11 + -e 's|glib/glist.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' \ 1.12 + -e 's|glib/gutils.h|glib.h|' src/common/xchat.h 1.13 + sed -i 's|glib/ghash.h|glib.h|' src/common/servlist.c src/common/text.c 1.14 + sed -i 's|glib/gmarkup.h|glib.h|' src/common/util.c 1.15 ./configure --prefix=/usr \ 1.16 --infodir=/usr/share/info \ 1.17 --mandir=/usr/share/man \