From 8a8695e5abefba15ff1bb78d71a3551a48a5b5e9 Mon Sep 17 00:00:00 2001 From: Alex Kozlov Date: Tue, 23 Jan 2024 10:35:30 +0000 Subject: [PATCH] emulators/dgen-sdl: Explicitly disable asm functions --- emulators/dgen-sdl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile index d9892cb426e9..7ab9d208d643 100644 --- a/emulators/dgen-sdl/Makefile +++ b/emulators/dgen-sdl/Makefile @@ -14,6 +14,8 @@ USES= gl gmake sdl GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +CONFIGURE_ARGS+= --disable-asm + PLIST_FILES= bin/dgen \ bin/dgen_tobin \ share/man/man1/dgen.1.gz \