[SCM] showq/master: Enable C++11 to prevent FTBFS.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Nov 21 17:41:20 UTC 2015


The following commit has been merged in the master branch:
commit c7fd485f88b6231bf51bb81058f123d1ec194d7e
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Nov 21 18:18:12 2015 +0100

    Enable C++11 to prevent FTBFS.

diff --git a/debian/rules b/debian/rules
index 30a8c94..05e7c98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,7 @@ pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
 
 
 export LINKFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -ldl
+export CXXFLAGS := -std=c++11
 
 WAF = ./waf
 

-- 
showq packaging



More information about the pkg-multimedia-commits mailing list