Browse Source

emulators/dgen-sdl: Explicitly disable asm functions

overlay
Alex Kozlov 1 year ago
parent
commit
8a8695e5ab
  1. 2
      emulators/dgen-sdl/Makefile

2
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 \

Loading…
Cancel
Save