pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/libcxx
Module Name: pkgsrc
Committed By: tnn
Date: Sun Aug 14 14:15:49 UTC 2022
Modified Files:
pkgsrc/lang/libcxx: Makefile
Log Message:
libcxx: pull in compiler.mk for CC_VERSION
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/libcxx/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/libcxx/Makefile
diff -u pkgsrc/lang/libcxx/Makefile:1.14 pkgsrc/lang/libcxx/Makefile:1.15
--- pkgsrc/lang/libcxx/Makefile:1.14 Sun Aug 14 13:52:26 2022
+++ pkgsrc/lang/libcxx/Makefile Sun Aug 14 14:15:48 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/08/14 13:52:26 tnn Exp $
+# $NetBSD: Makefile,v 1.15 2022/08/14 14:15:48 tnn Exp $
.include "../../lang/llvm/version.mk"
PKGREVISION= 1
@@ -47,6 +47,8 @@ CMAKE_ARGS+= -DLIBCXX_ENABLE_ABI_LINKER_
# avoid conflict with stddef.h
CXXFLAGS.NetBSD+= -D__DEFINED_max_align_t=1
+.include "../../mk/compiler.mk"
+
.if !empty(CC_VERSION:Mgcc-[0-9].*) || !empty(CC_VERSION:Mgcc-10.*)
# Avoid GCC < 11 error https://github.com/llvm/llvm-project/issues/54018
CXXFLAGS+= -std=c++17 -D_LIBCPP_STD_VER=17
Home |
Main Index |
Thread Index |
Old Index