diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-17 07:37:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-17 07:37:47 +0000 |
commit | add9c65d341ed571ea5decb03e1fb28832152528 (patch) | |
tree | 4bcd7d1c123686783ee63b749d05338388a6ee2e /main/bitchx | |
parent | cad77f3d9d2ca1aa31a098b71b07772dd79ff5b3 (diff) | |
download | aports-add9c65d341ed571ea5decb03e1fb28832152528.tar.bz2 aports-add9c65d341ed571ea5decb03e1fb28832152528.tar.xz |
main/bitchx: fix url and ipv6 configure
Diffstat (limited to 'main/bitchx')
-rw-r--r-- | main/bitchx/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/bitchx/APKBUILD b/main/bitchx/APKBUILD index dde0e6fe5..a9cd3a735 100644 --- a/main/bitchx/APKBUILD +++ b/main/bitchx/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=bitchx pkgver=1.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="An IRC client" -url="http://bitchx.com/" +url="http://www.bitchx.org/" arch="all" license="BSD" depends="" @@ -37,7 +37,7 @@ build() { --infodir=/usr/share/info \ --localstatedir=/var \ --with-ssl \ - --with-ipv6 \ + --enable-ipv6 \ --with-plugins \ || return 1 make || return 1 |