12.09.2013 14:13, Roman Cat пишет: > Fix build without gcc. > > Roman. > > patch-make.inc > > --- make.inc.orig 2010-04-10 00:54:40.000000000 +0400 > +++ make.inc 2013-09-12 13:58:35.000000000 +0400 > @@ -20,8 +20,8 @@ > # > > PYTHON = python > -CC = gcc > -CCSHARED = gcc -shared > +CC = $(CC) > +CCSHARED = $(CC) -shared > CFLAGS = -Wall -O2 -fPIC > OS = $(shell uname)
I've committed a similar fix. Thanks for the report! -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve _______________________________________________ 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"