Fix Yafray on FreeBSD by using malloc() when posix_memalign() is not available. Remove WITH_OPTIMIZED_CFLAGS knob until scons based ports play nice with it. Fix: http://futurebsd.sourceforge.net/freebsd/ports/patch-yafray
Responsible Changed From-To: freebsd-ports-bugs->rafan Eat.
rafan 2006-10-21 10:12:31 UTC FreeBSD ports repository Modified files: graphics/yafray Makefile graphics/yafray/files patch-src_yafraycore_y_alloc.h Log: - Unbreak on system < 7.x by using malloc(3) - Remove optimized cflags until other scons based ports play nice with them PR: ports/104542 Submitted by: David Yeske <dyeske at yahoo.com> (maintainer) Approved by: portmgr (erwin) Revision Changes Path 1.14 +2 -12 ports/graphics/yafray/Makefile 1.2 +18 -3 ports/graphics/yafray/files/patch-src_yafraycore_y_alloc.h _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!