summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/rpcs3/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index ff53680acb1e..b3deef08ac45 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -58,6 +58,11 @@ USE_QT= base multimedia svg
CONFLICTS_INSTALL= ${PORTNAME}
+pre-patch: ${FLAVOR}-pre-patch
+${FLAVOR}-pre-patch:
+# XXX Drop after reverting https://github.com/RPCS3/rpcs3/commit/5e6aa45658ef
+ @${REINPLACE_CMD} '/quarterly/s/^#//' ${WRKSRC}/.ci/install-freebsd.sh
+
post-patch: ${FLAVOR}-post-patch
${FLAVOR}-post-patch:
# patch(1) doesn't support renames unlike git-apply(1)