git: 96e6417aa100 - main - emulators/yuzu: sort make targets after 8042b641840f
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Dec 2021 20:19:27 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=96e6417aa10072254133b8dd96432db82ec859aa
commit 96e6417aa10072254133b8dd96432db82ec859aa
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-12-31 20:19:09 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-12-31 20:19:09 +0000
emulators/yuzu: sort make targets after 8042b641840f
---
emulators/yuzu/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index 00f68ff9e389..d2c5ac2d6343 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -111,12 +111,12 @@ post-patch:
-e 's/@GIT_DESC@/${GH_TAGNAME}/' \
${WRKSRC}/src/common/scm_rev.cpp.in
-post-configure:
- @${CP} ${DISTFILES:M*\:gamedb:C/\:.*//:S,^,${_DISTDIR},} \
- ${BUILD_WRKSRC}/dist/compatibility_list/
-
post-patch-VAAPI-off:
@${REINPLACE_CMD} -i .nova '/pkg_check.*libva/d' \
${WRKSRC}/CMakeLists.txt
+post-configure:
+ @${CP} ${DISTFILES:M*\:gamedb:C/\:.*//:S,^,${_DISTDIR},} \
+ ${BUILD_WRKSRC}/dist/compatibility_list/
+
.include <bsd.port.mk>