# HG changeset patch # User Pascal Bellard # Date 1396205606 0 # Node ID 2cfe2a9f1d5b50bc14258594f056671d65a9eaab # Parent 6dd5b7ae0e11189a340ab2dde4aa7155644e3ea3 hexchat: update compile_rules diff -r 6dd5b7ae0e11 -r 2cfe2a9f1d5b hexchat/receipt --- a/hexchat/receipt Sun Mar 30 18:45:56 2014 +0000 +++ b/hexchat/receipt Sun Mar 30 18:53:26 2014 +0000 @@ -17,11 +17,6 @@ compile_rules() { cd $src - sed -i -e 's|glib/gslist.h|glib.h|' -e 's|glib/giochannel.h|glib.h|' \ - -e 's|glib/glist.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' \ - -e 's|glib/gutils.h|glib.h|' src/common/xchat.h - sed -i 's|glib/ghash.h|glib.h|' src/common/servlist.c src/common/text.c - sed -i 's|glib/gmarkup.h|glib.h|' src/common/util.c ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \