[Bug 271468] emulators/mame: add arm64 support
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271468] emulators/mame: add arm64 support"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 May 2023 12:57:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271468 --- Comment #1 from Alastair Hogge <agh@riseup.net> --- Oh fsck yeah! arm64 support, very awesome. > @@ -52,7 +52,8 @@ MAKE_ENV= FULLNAME="mame" \ > SDL_NETWORK="pcap" \ > SUBTARGET="${MSUBTARGET}" \ > TARGET="${MTARGET}" \ > - USE_NETWORK=1 > + USE_NETWORK=1 \ > + SYMBOLS=1 SYMBOLS is also defined in the ${PORT_OPTIONS:MDEBUG} conditional, does it need to be defined here also? > + freebsd_x64_clang: generate $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang/Makefile > ++ $(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang config=$(CONFIG)64 precompile > ++ $(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang config=$(CONFIG)64 Instead of patching the makefile, does passing PRECOMPILE=1 to ${MAKE_ENV} achieve the same? I am finding that I need to disable PRECOMPILE at the moment, I noted that pkgsrc does the same. -- You are receiving this mail because: You are the assignee for the bug.