K 10 svn:author V 5 edwin K 8 svn:date V 27 2004-12-23T01:39:18.000000Z K 7 svn:log V 455 devel/asis: must build without -fno-strict-aliasing ASIS is build using the GCC that comes from the GNAT port, which is a 2.8.1-based compiler that neither supports nor needs -fno-strict-aliasing, which is now present in the system default CFLAGS value. To allow this port to build on a recent -CURRENT, this CFLAGS setting thus needs to be overridden by the port's Makefile. PR: ports/75376 Submitted by: Thomas Quinot END