emulators/dgen-sdl: Explicitly disable asm functions

This commit is contained in:
Alex Kozlov 2024-01-23 10:35:30 +00:00
parent 414c380511
commit 8a8695e5ab

View file

@ -14,6 +14,8 @@ USES= gl gmake sdl
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --disable-asm
PLIST_FILES= bin/dgen \ PLIST_FILES= bin/dgen \
bin/dgen_tobin \ bin/dgen_tobin \
share/man/man1/dgen.1.gz \ share/man/man1/dgen.1.gz \