diff options
Diffstat (limited to 'emulators/openmsx/Makefile')
-rw-r--r-- | emulators/openmsx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index feda6d12e477..b0b2fc48ae33 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -39,6 +39,7 @@ IGNORE= opemsx requires port data, unset NOPORTDATA to install MAKE_ARGS+= INSTALL_DOC_DIR=${WRKSRC}/dummy .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/{TCL_LIB_SPEC}/& $${TCL_LD_FLAGS}/' \ ${WRKSRC}/build/libraries.py |