lang/guile fails to build on amd64 / 9-CURRENT

Chuck Swiger cswiger at mac.com
Thu Mar 18 11:43:36 UTC 2010


On Mar 18, 2010, at 12:48 AM, Doug Barton wrote:
>> touch /etc/make.conf && echo "CFLAGS += -Wno-error" >> /etc/make.conf
> 
> No reason for the touch first, FWIW.

Some shells aren't willing to append to files which don't already exist:

# echo "CFLAGS += -Wno-error" >> /etc/make.conf
zsh: no such file or directory: /etc/make.conf

Regards,
-- 
-Chuck



More information about the freebsd-ports mailing list