[Bug 235493] emulators/mame: Fix build with system clang
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 15 18:10:30 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235493
--- Comment #5 from Fernando Apesteguía <fernape at 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
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 at hammer:~/FreeBSD-repos/ports/head/emulators/mame$ grep XXX salida
XXX freebsd-clang
fernape at hammer:~/FreeBSD-repos/ports/head/emulators/mame$
What's yours?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list