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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 17:10:08 UTC 2015


    Date: Monday, December 7, 2015 @ 18:10:08
  Author: foutrelis
Revision: 150070

upgpkg: mangler 1.2.5-6

C++11 ABI rebuild

Modified:
  mangler/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-07 17:07:24 UTC (rev 150069)
+++ PKGBUILD	2015-12-07 17:10:08 UTC (rev 150070)
@@ -6,7 +6,7 @@
 
 pkgname=mangler
 pkgver=1.2.5
-pkgrel=5
+pkgrel=6
 pkgdesc="Ventrilo compatible VOIP client for Linux"
 arch=('i686' 'x86_64')
 url="http://www.mangler.org/"
@@ -21,6 +21,7 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
+  CXXFLAGS+=' -std=c++11 -Wno-narrowing'
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list