Skip to content

Commit

Permalink
x11/xdg-desktop-portal-hyprland: deprecate libc++ < 17 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Sep 9, 2023
1 parent c89ed92 commit 8bed8f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x11/xdg-desktop-portal-hyprland/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ PLIST_FILES= libexec/${PORTNAME} \
share/dbus-1/services/org.freedesktop.impl.portal.desktop.hyprland.service \
share/xdg-desktop-portal/portals/hyprland.portal

# XXX Drop after FreeBSD 14.0 EOL around 2025-03-01
.if exists(/usr/lib/libc++.so) && !exists(/usr/include/c++/v1/__format/write_escaped.h)
CXXFLAGS+= -D_LIBCPP_ENABLE_EXPERIMENTAL # std::vformat
.endif
Expand Down

0 comments on commit 8bed8f9

Please sign in to comment.