$OpenBSD: patch-libs_bigplus_Makefile_in,v 1.1 2007/10/26 21:26:02 jasper Exp $
--- libs/bigplus/Makefile.in.orig	Mon Mar 19 02:59:51 2001
+++ libs/bigplus/Makefile.in	Fri Oct 26 23:23:50 2007
@@ -16,7 +16,7 @@ INCLUDES=  -I. 
 # replace -O with -g in order to debug
 
 DEFINES= $(INCLUDES) $(DEFS) -DSYS_UNIX=1
-CFLAGS= -O $(DEFINES)
+CFLAGS= @CFLAGS@ $(DEFINES)
 
 SRCS = bigplus.c
 OBJS = bigplus.o
