The port right now requires GCC to build. This patch makes it possible to build with Clang and also adds an option to build with GCC, for increased performance (building with Clang requires not using LTO). Building with Clang is enabled by default. The patch also upgrades the port to r6180. Tested on 10.3-RELEASE in Poudriere. Sent-by: Patrick McMunn <doctorwhoguy@gmail.com>
Created attachment 183523 [details] patch Forgotten to attach the patch.
A commit references this bug: Author: ultima Date: Mon Jun 19 17:30:38 UTC 2017 New revision: 443899 URL: https://svnweb.freebsd.org/changeset/ports/443899 Log: * Updated to 20170614 (r6180) * Added non-default option GCC PR: 220039 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11253 Changes: head/games/eduke32/Makefile head/games/eduke32/distinfo head/games/eduke32/files/patch-source_build_src_lz4.c
Committed, thanks!