xchat: added patches from xchat.org

This commit is contained in:
Matt Housh 2007-12-04 19:41:23 -06:00
parent ef493d13f1
commit 4376b369fd
2 changed files with 11 additions and 2 deletions

View File

@ -1 +1,4 @@
2d52e27996cfb9351cf109b239344ace xc284-fix-scrollbfdleak.diff
a202ee20d7f04f0a515f32190acb65d8 xc284-improvescrollback.diff
e6f0279d8c01cbe6a6bf698add6113fa xc284-scrollbmkdir.diff
66d60febc62a01bafac9bb3a35fb37ae xchat-2.8.4.tar.bz2

View File

@ -5,11 +5,17 @@
name=xchat
version=2.8.4
release=1
source=(http://www.xchat.org/files/source/2.8/$name-$version.tar.bz2)
release=2
source=(http://www.xchat.org/files/source/2.8/$name-$version.tar.bz2 \
http://www.xchat.org/files/source/2.8/patches/xc284-fix-scrollbfdleak.diff \
http://www.xchat.org/files/source/2.8/patches/xc284-improvescrollback.diff \
http://www.xchat.org/files/source/2.8/patches/xc284-scrollbmkdir.diff)
build() {
cd $name-$version
patch -p1 -i $SRC/xc284-fix-scrollbfdleak.diff
patch -p1 -i $SRC/xc284-improvescrollback.diff
patch -p1 -i $SRC/xc284-scrollbmkdir.diff
./configure --prefix=/usr \
--enable-openssl \
--enable-perl \