pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/traverso



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Oct 30 11:07:21 UTC 2020

Modified Files:
        pkgsrc/audio/traverso: Makefile

Log Message:
traverso: assumes compiler is c++11 by default


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/traverso/Makefile

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

Modified files:

Index: pkgsrc/audio/traverso/Makefile
diff -u pkgsrc/audio/traverso/Makefile:1.4 pkgsrc/audio/traverso/Makefile:1.5
--- pkgsrc/audio/traverso/Makefile:1.4  Tue Aug 18 17:57:40 2020
+++ pkgsrc/audio/traverso/Makefile      Fri Oct 30 11:07:21 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/08/18 17:57:40 leot Exp $
+# $NetBSD: Makefile,v 1.5 2020/10/30 11:07:21 nia Exp $
 
 DISTNAME=      traverso-0.49.6
 PKGREVISION=   3
@@ -12,7 +12,9 @@ LICENSE=      gnu-gpl-v2
 
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c c++
+
+# note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11
+USE_LANGUAGES= c c++11
 
 CMAKE_ARGS+=   -DWANT_MP3_ENCODE=ON
 



Home | Main Index | Thread Index | Old Index