pkgsrc-WIP-changes archive

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

llvm-git: Switch from c++ to c++11 in USE_LANGUAGES



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri May 5 23:12:50 2017 +0200
Changeset:	cc5465b47d2cfa2871e91d94954b80a331ab0ce5

Modified Files:
	llvm-git/Makefile

Log Message:
llvm-git: Switch from c++ to c++11 in USE_LANGUAGES

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

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

diffstat:
 llvm-git/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/llvm-git/Makefile b/llvm-git/Makefile
index 7b1f0e3bd4..4e24643407 100644
--- a/llvm-git/Makefile
+++ b/llvm-git/Makefile
@@ -11,7 +11,7 @@ HOMEPAGE=	http://llvm.org/
 COMMENT=	Low Level Virtual Machine compiler infrastructure
 LICENSE=	modified-bsd
 
-USE_LANGUAGES=		c c++
+USE_LANGUAGES=		c c++11
 USE_CMAKE=		yes
 GCC_REQD+=		4.8
 PYTHON_FOR_BUILD_ONLY=	yes


Home | Main Index | Thread Index | Old Index