wok-next rev 3861
enable ipv6 in xchat
author | lenios <lenios@free.fr> |
---|---|
date | Fri Aug 07 22:22:50 2009 +0200 (2009-08-07) |
parents | 35792a81be44 |
children | 73c2655d9083 |
files | xchat/receipt |
line diff
1.1 --- a/xchat/receipt Fri Aug 07 20:51:00 2009 +0000 1.2 +++ b/xchat/receipt Fri Aug 07 22:22:50 2009 +0200 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="2.8.6" 1.5 CATEGORY="network" 1.6 SHORT_DESC="IRC client using GTK+" 1.7 -MAINTAINER="fabrice.thiroux@free.fr" 1.8 +MAINTAINER="lenios@free.fr" 1.9 DEPENDS="gtk+ dbus openssl gettext dbus-glib xorg-libXdamage" 1.10 BUILD_DEPENDS="gtk+-dev dbus-dev openssl shared-mime-info" 1.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 @@ -24,6 +24,7 @@ 1.13 --disable-plugin \ 1.14 --disable-tcl \ 1.15 --enable-spell=static \ 1.16 + --enable-ipv6 \ 1.17 $CONFIGURE_ARGS && 1.18 make && 1.19 make DESTDIR=$PWD/_pkg install