Skip to content

Commit

Permalink
emulators/pcsx2: Mark as BROKEN before 13.2
Browse files Browse the repository at this point in the history
Pcsx2 needs a libc++ with std::bit_cast support (introduced in 13.2
with commit 4b6eb0e63c69)

PR:		273889
Reported by:	diizzy
  • Loading branch information
martymac committed Sep 28, 2023
1 parent 2d7a726 commit db9dbfa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion emulators/pcsx2/Makefile
Expand Up @@ -93,4 +93,11 @@ Makefile.tuples::
https://github.com/${PORTNAME}/${PORTNAME} . && \
${SH} ${FILESDIR}/gen_gh_tuple.sh >> ${.CURDIR}/Makefile.tuples

.include <bsd.port.mk>
.include <bsd.port.pre.mk>

# Fixed in 13.2 with commit 4b6eb0e63c69 (libc++ update)
.if (${OSVERSION} <= 1301503)
BROKEN= needs libc++ with std::bit_cast support
.endif

.include <bsd.port.post.mk>

0 comments on commit db9dbfa

Please sign in to comment.