Skip to content

Commit

Permalink
devel/ccache: add clang 16 and 17
Browse files Browse the repository at this point in the history
  • Loading branch information
gahr committed Jan 3, 2024
1 parent 806afa0 commit 6f2e687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devel/ccache/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ccache
PORTVERSION= 3.7.12
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= https://github.com/ccache/ccache/releases/download/v${DISTVERSION}/ \
LOCAL/bdrewery
Expand Down
2 changes: 1 addition & 1 deletion devel/ccache/Makefile.compilers
Expand Up @@ -18,7 +18,7 @@ CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} \
${GNU_COMPILERS:S|^|cpp|}

.if ${PORT_OPTIONS:MCLANGLINK}
CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 50 60 70 80 90 10 11 12 13 14 15 -devel
CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 50 60 70 80 90 10 11 12 13 14 15 16 17 -devel
CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} \
${CLANG_COMPILERS:S|^|clang++|} \
${CLANG_COMPILERS:S|^|cpp|}
Expand Down

0 comments on commit 6f2e687

Please sign in to comment.