Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2019 18:10:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 235493] emulators/mame: Fix build with system clang
Message-ID:  <bug-235493-7788-Cu85PY2e0h@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235493-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235493-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=3D235493

--- Comment #5 from Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> ---
(In reply to Naram Qashat from comment #4)
Could you try something like this?

make clean && make extract the port

Modify genie.lua and add=20
print("XXX " .. _OPTIONS["gcc"]);
right after the conditional you modify in your patch.

Build the port and save the output to out.txt

grep XXX out.txt and show the result.

This is my ouptput:

fernape@hammer:~/FreeBSD-repos/ports/head/emulators/mame$ grep XXX salida=20
XXX freebsd-clang
fernape@hammer:~/FreeBSD-repos/ports/head/emulators/mame$=20


What's yours?

--=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-235493-7788-Cu85PY2e0h>