$OpenBSD: patch-src_Makefile,v 1.1.1.1 2006/01/27 01:32:50 jolan Exp $ --- src/Makefile.orig Thu Jan 26 21:54:12 2006 +++ src/Makefile Thu Jan 26 21:54:20 2006 @@ -112,7 +112,7 @@ ifdef BUILD_DIST # distribution build OPTIONS = -O3 -Wall endif -CFLAGS = $(OPTIONS) $(SYS_CFLAGS) $(CONFIG) +CFLAGS = $(SYS_CFLAGS) $(EXTRA_CFLAGS) $(CONFIG) LDFLAGS = $(SYS_LDFLAGS) $(EXTRA_LDFLAGS) -lm