git: b7e87ff0efe3 - 2023Q4 - x11/hyprpaper: drop clang workaround after aa566634e5af
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Nov 2023 19:28:52 UTC
The branch 2023Q4 has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b7e87ff0efe3e6b25f0437e7c047d544f58165bf
commit b7e87ff0efe3e6b25f0437e7c047d544f58165bf
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:28:47 +0000
x11/hyprpaper: drop clang workaround after aa566634e5af
https://github.com/hyprwm/hyprpaper/commit/10fd31a5444d
(cherry picked from commit 7f6309242ff9ff0ebc5ecb164cd738159595618c)
---
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//' \