From 0f11743fefb55bdeb12e956730c91317c092c1ed Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 6 Jun 2016 15:27:27 +0200 Subject: [PATCH] ladish: fix build --- srcpkgs/ladish/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/ladish/template b/srcpkgs/ladish/template index af6c782150d..406c99ed3fc 100644 --- a/srcpkgs/ladish/template +++ b/srcpkgs/ladish/template @@ -1,7 +1,7 @@ # Template file for 'ladish' pkgname=ladish version=1 -revision=7 +revision=8 wrksrc="ladish-1+dfsg0" build_style=waf hostmakedepends="perl intltool python pkg-config" @@ -17,6 +17,8 @@ homepage="http://ladish.org" distfiles="http://ftp.de.debian.org/debian/pool/main/l/ladish/ladish_1+dfsg0.orig.tar.bz2" checksum=39b09d5a4c2f2d65d37374eb8b53f35039f2229d96ea6ddef7b1ce154403383a +CXXFLAGS=-std=c++11 + do_configure() { python waf configure --prefix=/usr --enable-liblash --enable-pylash }