summaryrefslogtreecommitdiff
path: root/community/wvstreams/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-29 12:36:05 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-29 12:36:05 -0300
commit6f36350b7b59dd4ccea3dd878938dd47b77a1608 (patch)
tree6e81bc69d8bba80912b0f7f9224f82bda2d96792 /community/wvstreams/PKGBUILD
parente40531aab32ff93b1f9da20d8a43a440d8dffaca (diff)
parent83c3c42a38bda36bdc56d594318958bc4cfd9b32 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/percona-server/PKGBUILD community/qdevelop/PKGBUILD core/openssh/PKGBUILD extra/colord/PKGBUILD extra/enblend-enfuse/PKGBUILD extra/mesa/PKGBUILD extra/telepathy-kde-contact-list/PKGBUILD extra/vim/PKGBUILD multilib/lib32-mesa/PKGBUILD
Diffstat (limited to 'community/wvstreams/PKGBUILD')
-rw-r--r--community/wvstreams/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/community/wvstreams/PKGBUILD b/community/wvstreams/PKGBUILD
index 81bd87127..d6d506855 100644
--- a/community/wvstreams/PKGBUILD
+++ b/community/wvstreams/PKGBUILD
@@ -1,22 +1,25 @@
-# $Id: PKGBUILD 49019 2011-06-09 20:53:15Z andrea $
+# $Id: PKGBUILD 59490 2011-11-26 18:58:32Z bluewind $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=wvstreams
pkgver=4.6.1
-pkgrel=2
+pkgrel=3
pkgdesc="A network programming library written in C++"
arch=('i686' 'x86_64' 'mips64el')
url="http://alumnit.ca/wiki/?page=WvStreams"
license=('LGPL')
depends=('zlib' 'pam' 'xplc' 'openssl' 'readline')
-source=(http://wvstreams.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2760dac31a43d452a19a3147bfde571c')
+source=(http://wvstreams.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+wvstreams-4.6.1-glibc212.patch)
+md5sums=('2760dac31a43d452a19a3147bfde571c'
+ '5f6e24864209055239cb4e7c9bbd4a41')
options=('!makeflags')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
+ patch -p0 -i "$srcdir/wvstreams-4.6.1-glibc212.patch"
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \