cvs commit: ports/games/vavoom Makefile

Simon Barner barner at FreeBSD.org
Sat Nov 19 06:04:40 PST 2005


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


More information about the cvs-ports mailing list