wok-6.x rev 12962
xchat-plugin: include glib.h
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 31 22:14:21 2012 +0200 (2012-05-31) |
parents | 8b52371a81af |
children | e714b10b01c1 |
files | xchat-plugin/receipt |
line diff
1.1 --- a/xchat-plugin/receipt Thu May 31 22:03:12 2012 +0200 1.2 +++ b/xchat-plugin/receipt Thu May 31 22:14:21 2012 +0200 1.3 @@ -17,9 +17,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 \