pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libcxxabi: mark as needing gcc 12
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Wed Jul 6 11:15:21 2022 +0200
Changeset: 01341b66c3e88943fea6193835980c615edcc084
Modified Files:
libcxxabi/Makefile
Log Message:
libcxxabi: mark as needing gcc 12
Perhaps 11 would be sufficient, but there is no package for that
and the logic doesn't handle it well (taking 8 instead).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=01341b66c3e88943fea6193835980c615edcc084
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libcxxabi/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/libcxxabi/Makefile b/libcxxabi/Makefile
index 2607741a0c..f38582cbc2 100644
--- a/libcxxabi/Makefile
+++ b/libcxxabi/Makefile
@@ -28,7 +28,7 @@ CMAKE_ARG_PATH= ${WRKSRC}
USE_LANGUAGES= c c++
USE_CMAKE= yes
-GCC_REQD+= 4.8
+GCC_REQD+= 12
SSP_SUPPORTED= no
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
Home |
Main Index |
Thread Index |
Old Index