Hi Kaashif,

Kaashif Hymabaccus writes:
> Hello ports@,
> 
> Please find below a patch taking games/lugaru to 1.2.

Thanks! I've tested and committed it, except:

> I took out the COMPILER=gcc since it builds and runs fine with clang
> (as far as I can tell). In the COMPILING.md file in the upstream repo,
> they mention that GCC and clang are both supported, so this should be
> ok.

COMPILER=gcc means gcc will only be used as a fallback.
>From bsd.port.mk(5):

    On an architecture using clang(1) as the default compiler, clang
    from the base system will always be chosen, so it is not necessary
    to list 'base' unless it's the only suitable compiler.

You can easily verify for yourself which compiler is used by running
"make show=CHOSEN_COMPILER" from the port directory.

-- 
Anthony J. Bentley

Reply via email to