pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/dgen
Module Name: pkgsrc
Committed By: nia
Date: Mon Oct 7 14:32:00 UTC 2024
Modified Files:
pkgsrc/emulators/dgen: Makefile
Log Message:
dgen: Disable old arm assembly to avoid issues with instruction compat
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/emulators/dgen/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/dgen/Makefile
diff -u pkgsrc/emulators/dgen/Makefile:1.34 pkgsrc/emulators/dgen/Makefile:1.35
--- pkgsrc/emulators/dgen/Makefile:1.34 Sat Feb 17 21:23:57 2024
+++ pkgsrc/emulators/dgen/Makefile Mon Oct 7 14:32:00 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2024/02/17 21:23:57 nia Exp $
+# $NetBSD: Makefile,v 1.35 2024/10/07 14:32:00 nia Exp $
#
DISTNAME= dgen-sdl-1.33
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dgen/}
@@ -18,9 +18,8 @@ COMMENT= Genesis/Megadrive emulator for
CONFIGURE_ARGS+= --disable-asm
.endif
-.if !empty(MACHINE_ARCH:Mearm*)
CONFIGURE_ARGS+= --without-cyclone
-.endif
+CONFIGURE_ARGS+= --without-drz80
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
Home |
Main Index |
Thread Index |
Old Index