diff --git a/xchat/Pkgfile b/xchat/Pkgfile index ba1cba5..d49c39d 100644 --- a/xchat/Pkgfile +++ b/xchat/Pkgfile @@ -6,16 +6,16 @@ name=xchat version=2.8.8 -release=1 +release=2 source=(http://www.xchat.org/files/source/2.8/$name-$version.tar.xz) build() { cd $name-$version + sed -i 's|||' src/common/{servlist.c,text.c,util.c,xchat.h} ./configure --prefix=/usr \ --enable-openssl \ --enable-perl \ --enable-ipv6 \ - --disable-gnome \ --disable-textfe \ --disable-python \ --disable-tcl \