$NetBSD: patch-src_libcompat_Makefile_in,v 1.1 2012/11/16 02:28:39 dholland Exp $

Use optimizer levels that actually exist.

--- src/libcompat/Makefile.in~	2004-02-11 21:18:54.000000000 +0000
+++ src/libcompat/Makefile.in
@@ -150,7 +150,7 @@ sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 
-INCLUDES = -DNMEMDEBUG -DNDEBUG -O9
+INCLUDES = -DNMEMDEBUG -DNDEBUG -O3
 
 #-pg
 #AM_LDFLAGS =
