Date: Sat, 19 Nov 2005 14:04:39 +0000 (UTC) From: Simon Barner <barner@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/vavoom Makefile Message-ID: <200511191404.jAJE4dkG008772@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
barner 2005-11-19 14:04:39 UTC FreeBSD ports repository Modified files: games/vavoom Makefile Log: Really fix build on 6.0+: Use CFLAGS="-O -pipe" because -fno-strict-aliasing (default since FreeBSD 6.0) produces non-working code for the `vcc' tool that is needed during the build (it dumps core). However, the optimizations that can be enabled with the WITH_OPTIMIZIED_CFLAGS work just fine. Reported by: pointyhat via kris Revision Changes Path 1.11 +7 -0 ports/games/vavoom/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511191404.jAJE4dkG008772>