1
0
forked from ports/opt

xchat: fixed build for glib headers (thanks to Juergen)

This commit is contained in:
Jose V Beneyto 2012-07-09 18:10:11 +02:00
parent fbc8653870
commit 7bae08a00d

View File

@ -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|<glib/.*\.h>|<glib.h>|' 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 \