On 16 March 2013 16:33, Beeblebrox <[email protected]> wrote:
> Neither works, both give same fail:
> make -USE_GCC=any
> make -DUSE_GCC=any

Don't use -D; Make options are not the same as cc.

Try:

make USE_GCC=any

Chris
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to