[arch-commits] Commit in gdlmm/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon Dec 7 16:59:17 UTC 2015
Date: Monday, December 7, 2015 @ 17:59:16
Author: foutrelis
Revision: 150049
Build in C++11 mode
Modified:
gdlmm/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-07 16:57:32 UTC (rev 150048)
+++ PKGBUILD 2015-12-07 16:59:16 UTC (rev 150049)
@@ -16,6 +16,7 @@
build() {
cd "$pkgname-$pkgver"
+ CXXFLAGS+=' -std=c++11'
./configure --prefix=/usr --sysconfdir=/etc
make
}
More information about the arch-commits
mailing list