pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/dosbox Pass --disable-dynrec on Darwin, fixe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8938ee7a9e5
branches:  trunk
changeset: 352815:c8938ee7a9e5
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Sep 19 09:13:10 2016 +0000

description:
Pass --disable-dynrec on Darwin, fixes PR#51483.  Bump PKGREVISION.

diffstat:

 emulators/dosbox/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r b46b2bda3b4e -r c8938ee7a9e5 emulators/dosbox/Makefile
--- a/emulators/dosbox/Makefile Mon Sep 19 09:07:48 2016 +0000
+++ b/emulators/dosbox/Makefile Mon Sep 19 09:13:10 2016 +0000
@@ -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 @@
 
 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*)



Home | Main Index | Thread Index | Old Index