summaryrefslogtreecommitdiff
path: root/emulators/ppsspp
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-02-18 20:39:52 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-02-18 20:39:52 +0000
commiteb35c77bfe9c2ceed6ac1550f80ab2a2670969ea (patch)
tree53123e4dd4bfa34a3a722c76b78cf928b71ce8e2 /emulators/ppsspp
parentdatabases/mysql-connector-odbc: remove expired port (diff)
Adjust estimated 12.3 EOL date to actual
Diffstat (limited to 'emulators/ppsspp')
-rw-r--r--emulators/ppsspp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile
index e424f7cf3f01..367d54f2be36 100644
--- a/emulators/ppsspp/Makefile
+++ b/emulators/ppsspp/Makefile
@@ -84,7 +84,7 @@ post-patch:
${WRKSRC}/UI/NativeApp.cpp
@${REINPLACE_CMD} -e 's/"unknown"/"${DISTVERSIONFULL}"/' \
${WRKSRC}/git-version.cmake
-# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01
+# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31
# https://cgit.freebsd.org/src/commit/?id=773538247007
@if [ ${OPSYS} = FreeBSD -a ${OSVERSION} -lt 1203501 ]; then \
${REINPLACE_CMD} -e '/if.*__STDC_/,/XXH/s/static_assert/_Static_assert/' \