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

Andreas Radke andyrtr at archlinux.org
Sun Feb 28 17:55:05 UTC 2016


    Date: Sunday, February 28, 2016 @ 18:55:05
  Author: andyrtr
Revision: 260336

upgpkg: libixion 0.11.0-2

drop custom compiler flags

Modified:
  libixion/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-28 17:33:41 UTC (rev 260335)
+++ PKGBUILD	2016-02-28 17:55:05 UTC (rev 260336)
@@ -4,7 +4,7 @@
 
 pkgname=libixion
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A general purpose formula parser & interpreter"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/ixion/ixion/blob/master/README.md"
@@ -18,10 +18,6 @@
 
 build() {
 	cd ${pkgname}-${pkgver}
-
-	# mdds 1.0.0 requires C++11
-	CXXFLAGS+=' -std=c++11'
-
 	./configure --prefix=/usr \
 	  --disable-static
 	make



More information about the arch-commits mailing list