git: 7f6309242ff9 - main - x11/hyprpaper: drop clang workaround after aa566634e5af
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Nov 2023 19:28:36 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f6309242ff9ff0ebc5ecb164cd738159595618c commit 7f6309242ff9ff0ebc5ecb164cd738159595618c Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-11-26 18:10:03 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-11-26 19:24:20 +0000 x11/hyprpaper: drop clang workaround after aa566634e5af https://github.com/hyprwm/hyprpaper/commit/10fd31a5444d --- x11/hyprpaper/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/x11/hyprpaper/Makefile b/x11/hyprpaper/Makefile index 7813caa100a9..3eaa8f934b73 100644 --- a/x11/hyprpaper/Makefile +++ b/x11/hyprpaper/Makefile @@ -31,9 +31,6 @@ post-patch: -e '/$${GIT_COMMIT_MESSAGE}/d' \ -e 's/$${GIT_DIRTY}/portbld/' \ ${WRKSRC}/CMakeLists.txt -# https://clang.llvm.org/cxx_status.html#cxx23 - @${REINPLACE_CMD} -e 's/c++23/c++2b/' \ - ${WRKSRC}/CMakeLists.txt # Drop unused dependencies @${REINPLACE_CMD} 's/ wlroots//' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's/ pango pangocairo//' \