summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-06-15 20:44:12 +0200
committerRene Ladan <rene@FreeBSD.org>2024-07-01 22:27:23 +0200
commit19d68720f1dac6176557ffa8d9c1684c4cf22608 (patch)
tree0df1bf503e59370bcb01f06f7f8ba1e1cf742c0f /x11-fm
parentgraphics/intel-backlight: Remove expired port (diff)
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked. Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat, nobukata, sunpoet, tagattie, yuri, arrowd, kde Differential Revision: https://reviews.freebsd.org/D45141
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/fsv2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/fsv2/Makefile b/x11-fm/fsv2/Makefile
index 21aa1f10bb33..c73b3664f8ae 100644
--- a/x11-fm/fsv2/Makefile
+++ b/x11-fm/fsv2/Makefile
@@ -36,7 +36,7 @@ NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.pre.mk>
post-patch:
-.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160
+.if ${COMPILER_TYPE} == clang
@${REINPLACE_CMD} -e 's|auto_ptr|unique_ptr|' \
${WRKSRC}/uilib/ColorCellRenderer.cpp
.endif