diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-02-18 20:39:52 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-02-18 20:39:52 +0000 |
commit | eb35c77bfe9c2ceed6ac1550f80ab2a2670969ea (patch) | |
tree | 53123e4dd4bfa34a3a722c76b78cf928b71ce8e2 /emulators/ppsspp | |
parent | databases/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/Makefile | 2 |
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/' \ |