diff options
Diffstat (limited to 'extra/xchat/Pkgfile')
-rw-r--r-- | extra/xchat/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/xchat/Pkgfile b/extra/xchat/Pkgfile index ae21b6b86..a0671d0c6 100644 --- a/extra/xchat/Pkgfile +++ b/extra/xchat/Pkgfile @@ -9,12 +9,13 @@ version=2.8.6 release=1 source=(http://www.xchat.org/files/source/2.8/$name-$version.tar.bz2 \ http://www.xchat.org/files/source/2.8/patches/xc286-smallfixes.diff \ - $name-gtk2.patch) + $name-gtk2.19.7.patch xchat-gtk2.patch) build() { cd $name-$version patch -p1 -i $SRC/xc286-smallfixes.diff - patch -p1 -i $SRC/$name-gtk2.patch + patch -p1 -i ../$name-gtk2.patch + patch -p1 -i $SRC/$name-gtk2.19.7.patch ./configure --prefix=/usr \ --enable-openssl \ --enable-perl \ |