pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ardour: Disable strict build, enable c++11



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Dec 23 05:22:56 2015 +0100
Changeset:	d62c0b7813c5997739e0a16f211d650b145a5865

Modified Files:
	ardour/Makefile

Log Message:
ardour: Disable strict build, enable c++11

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d62c0b7813c5997739e0a16f211d650b145a5865

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ardour/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/ardour/Makefile b/ardour/Makefile
index c20e8d2..91c88a9 100644
--- a/ardour/Makefile
+++ b/ardour/Makefile
@@ -139,8 +139,8 @@ do-configure:
 			--configdir=${PKG_SYSCONFDIR} \
 			--destdir=${DESTDIR} \
 			--mandir=${PKGMANDIR} \
-			--strict \
-			--with-backends=dummy
+			--with-backends=dummy \
+			--cxx11
 
 # ./waf
 # ./waf i18n


Home | Main Index | Thread Index | Old Index