git: 3eab5bfec347 - main - emulators/rpcs3: drop Qt < 6.5 workaround after f3a1631e694f1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Jun 2023 22:00:52 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3eab5bfec3473535735056cd95090716021dc72a commit 3eab5bfec3473535735056cd95090716021dc72a Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-06-07 21:43:42 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-06-07 21:59:41 +0000 emulators/rpcs3: drop Qt < 6.5 workaround after f3a1631e694f1 --- emulators/rpcs3/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index cafe3feca770..ff53680acb1e 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -60,9 +60,6 @@ CONFLICTS_INSTALL= ${PORTNAME} post-patch: ${FLAVOR}-post-patch ${FLAVOR}-post-patch: -# XXX Drop after devel/qt6-base >= 6.5 update - @${REINPLACE_CMD} -e '/QT_MIN_VER/s/6\.5\.0/6.4.2/' \ - ${WRKSRC}/3rdparty/qt6.cmake # patch(1) doesn't support renames unlike git-apply(1) @${MV} ${WRKSRC}/rpcs3/rpcs3qt/qt_camera_video_surface.cpp \ ${WRKSRC}/rpcs3/rpcs3qt/qt_camera_video_sink.cpp