diff options
Diffstat (limited to 'emulators/tme/Makefile')
-rw-r--r-- | emulators/tme/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index a750dc2e4783..d6ad82c9bcca 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -20,6 +20,7 @@ USE_XORG= x11 USE_GNOME= gtk12 gnometarget CONFIGURE_ARGS+= --disable-shared MAKE_ENV= LANG=C +MAKE_JOBS_UNSAFE= yes post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/libtme/module.c |