Good morning.
I edited my /etc/make.conf in order to change the default compiler via
the CC and CXX variables. I also happened to edit the CFLAGS value, all
of this changes enclosed within a conditional check on the directory, of
the form:
.if ${CURDIR:M*/ports*}
CFLAGS= -mtune=amdfam10 -msse4e
.endif
I made a general config using postmaster.
After some trouble with some ports, I decided to get rid of those
modifications and commented the above form.
But, I was surprised to see that some ports still present this value of
CFLAGS at building time.
How can I correct this mistake.
Thanks,
Eric.
_______________________________________________
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"