pkgsrc-ng/devel/cqual/patches/patch-src_libcompat_Makefile_in
2013-09-26 17:14:40 +02:00

16 lines
434 B
Plaintext

$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 =