On 16 March 2013 15:22, Beeblebrox <zap...@berentweb.com> wrote:
> I just remembered: The last time I tried to compile this, I was on 9-STABLE
> as I recall and I did not have any of the specific problems  I am running
> into now. Everything went much more smoothly back then.

The way I've always used gcc to compile ports is to use the USE_GCC=any flag.

Don't put that unconditionally in make.conf however, or you will break
everything because of circular dependencies; either use something
like:

.if ${.CURDIR:M*/category/port}
USE_GCC=any
.endif

or use it on the command line.

Don't forget to make clean first.

Chris
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to