K 10 svn:author V 2 cy K 8 svn:date V 27 2006-05-12T23:05:58.000000Z K 7 svn:log V 350 A quirky bug manifests itself when compiler optimisation is used, e.g. when CFLAGS=-O is specified in make.conf, causing output that should be displayed on the X display to be sent to stdout instead. This patch forces compiler optimisation to be turned off allowing the port to work as designed regardless of the optimisation specified in make.conf. END