[arch-commits] Commit in wvstreams/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Nov 6 20:52:05 UTC 2016


    Date: Sunday, November 6, 2016 @ 20:52:04
  Author: bpiotrowski
Revision: 194813

Borrow patch from Debian to fix build with gcc 6

Modified:
  wvstreams/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-06 20:45:17 UTC (rev 194812)
+++ PKGBUILD	2016-11-06 20:52:04 UTC (rev 194813)
@@ -12,11 +12,15 @@
 license=('LGPL')
 depends=('zlib' 'pam' 'xplc' 'openssl' 'readline')
 source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wvstreams/wvstreams-$pkgver.tar.gz
-wvstreams-4.6.1-glibc212.patch wvstreams-4.6.1-gcc47.patch openssl-buildfix.patch)
+        wvstreams-4.6.1-glibc212.patch
+        wvstreams-4.6.1-gcc47.patch
+        openssl-buildfix.patch
+        gcc-6.patch)
 md5sums=('2760dac31a43d452a19a3147bfde571c'
          '5f6e24864209055239cb4e7c9bbd4a41'
          '217e5dedd7f1d50588a5a67d637fc8a1'
-         'df423c68134a09439b3961c34635e0b4')
+         'df423c68134a09439b3961c34635e0b4'
+         'bc728af9421e04d0c1f358415b6c1421')
 options=('!makeflags')
 
 prepare() {
@@ -25,6 +29,7 @@
   patch -p0 -i "$srcdir/wvstreams-4.6.1-glibc212.patch"
   patch -p0 -i "$srcdir/wvstreams-4.6.1-gcc47.patch"
   patch -p1 -i "$srcdir/openssl-buildfix.patch"
+  patch -p1 -i "$srcdir/gcc-6.patch"
 }
 
 build() {



More information about the arch-commits mailing list