Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2023 12:57:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 271468] emulators/mame: add arm64 support
Message-ID:  <bug-271468-7788-PHXNNT6yc5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271468-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271468-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271468

--- Comment #1 from Alastair Hogge <agh@riseup.net> ---
Oh fsck yeah! arm64 support, very awesome.

> @@ -52,7 +52,8 @@ MAKE_ENV=3D	FULLNAME=3D"mame" \
>  		SDL_NETWORK=3D"pcap" \
>  		SUBTARGET=3D"${MSUBTARGET}" \
>  		TARGET=3D"${MTARGET}" \
> -		USE_NETWORK=3D1
> +		USE_NETWORK=3D1 \
> +		SYMBOLS=3D1

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/Mak=
efile
> ++	$(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang config=3D=
$(CONFIG)64 precompile
> ++	$(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang config=3D=
$(CONFIG)64

Instead of patching the makefile, does passing PRECOMPILE=3D1 to ${MAKE_ENV}
achieve the same? I am finding that I need to disable PRECOMPILE at the mom=
ent,
I noted that pkgsrc does the same.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271468-7788-PHXNNT6yc5>