[SCM] sooperlooper/master: Ensure the use of C++11.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Oct 24 19:48:02 UTC 2015


The following commit has been merged in the master branch:
commit 4697e182b8f9317265153d065b2d5af9425271c5
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Oct 24 21:45:14 2015 +0200

    Ensure the use of C++11.

diff --git a/debian/rules b/debian/rules
index 0941b9c..70498d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,8 @@ DFSG = dfsg0
 
 export LADSPA_PATH=$(CURDIR)/debian/sooperlooper/usr/lib/ladspa
 
+CXXFLAGS += -std=c++11
+
 %:
 	dh $@ --parallel --with autotools_dev
 

-- 
sooperlooper packaging



More information about the pkg-multimedia-commits mailing list