summaryrefslogtreecommitdiff
path: root/emulators/snes9x
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-03-07 19:10:30 +0000
committerhans <hans@pkgsrc.org>2012-03-07 19:10:30 +0000
commit8d9eff7584f0c6e6e1c66f8b9b9fa0cf31a7d428 (patch)
tree8862a75c14ffdbf3bcfe4257caa0508b7ea88205 /emulators/snes9x
parent40f6e8f567cdde408cb616e41bccbbd1f712cf58 (diff)
downloadpkgsrc-8d9eff7584f0c6e6e1c66f8b9b9fa0cf31a7d428.tar.gz
Zap environment before invoking tr to remove any locale settings that
might confuse it. Not MAKE_JOBS_SAFE.
Diffstat (limited to 'emulators/snes9x')
-rw-r--r--emulators/snes9x/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile
index c836959b28a..d90c90e1e87 100644
--- a/emulators/snes9x/Makefile
+++ b/emulators/snes9x/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2010/02/15 17:18:52 joerg Exp $
+# $NetBSD: Makefile,v 1.48 2012/03/07 19:10:30 hans Exp $
SNESVER= 1.43
DISTNAME= snes9x-${SNESVER}-src
@@ -14,6 +14,7 @@ COMMENT= Super Nintendo Entertainment System (SNES) emulator
PKG_DESTDIR_SUPPORT= user-destdir
NOT_FOR_PLATFORM= ${LP64PLATFORMS}
+MAKE_JOBS_SAFE= no
WRKSRC= ${WRKDIR}/${DISTNAME}/snes9x
USE_LANGUAGES= c c++
@@ -26,7 +27,7 @@ SUBST_CLASSES+= nodos
SUBST_STAGE.nodos= pre-patch
SUBST_FILES.nodos= ../language.h
SUBST_FILES.nodos+= ../readme.txt dsp1.h dsp3emu.cpp dsp4emu.cpp
-SUBST_FILTER_CMD.nodos= tr -d '\r'
+SUBST_FILTER_CMD.nodos= env -i ${TR} -d '\r'
SUBST_CLASSES+= paircpp
SUBST_STAGE.paircpp= pre-patch