summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-09-19 09:13:10 +0000
committerjperkin <jperkin@pkgsrc.org>2016-09-19 09:13:10 +0000
commit32416cae5a154b3a3c488f24ab1e410379e4e866 (patch)
treea2f3fcbf3fd13ea5d0ec8107eee5a6730a245054 /emulators
parente6fc38bcf6135f8803832243350c336f0791c2cc (diff)
downloadpkgsrc-32416cae5a154b3a3c488f24ab1e410379e4e866.tar.gz
Pass --disable-dynrec on Darwin, fixes PR#51483. Bump PKGREVISION.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dosbox/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile
index 8fb48395687..dbb87e34c03 100644
--- a/emulators/dosbox/Makefile
+++ b/emulators/dosbox/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2015/04/25 14:20:44 tnn Exp $
+# $NetBSD: Makefile,v 1.41 2016/09/19 09:13:10 jperkin Exp $
DISTNAME= dosbox-0.74
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dosbox/}
@@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
+CONFIGURE_ARGS.Darwin+= --disable-dynrec
CPPFLAGS.SunOS+= -DDISABLE_JOYSTICK
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mclang*)