summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/openmsx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile
index c1afe3774108..24fe6301e326 100644
--- a/emulators/openmsx/Makefile
+++ b/emulators/openmsx/Makefile
@@ -36,6 +36,10 @@ USE_SDL= sdl image ttf
MAKE_ARGS+= INSTALL_DOC_DIR=${WRKSRC}/dummy
.endif
+post-patch:
+ @${REINPLACE_CMD} -e '/^SYMLINK_FOR_BINARY/s/true/false/' \
+ ${WRKSRC}/build/custom.mk
+
.include <bsd.port.pre.mk>
.if (${ARCH} == "amd64")