$OpenBSD: patch-Makefile_in,v 1.2 2008/04/03 07:18:08 ajacoutot Exp $
--- Makefile.in.orig	Tue Dec 18 14:40:24 2007
+++ Makefile.in	Wed Apr  2 16:01:45 2008
@@ -111,7 +111,7 @@ STDCCFLAGS = $(temp_STDCCFLAGS)
 # GK version infomation
 STDCCFLAGS	+= -DMAJOR_VERSION=@GNUGK_MAJOR_VERSION@ -DMINOR_VERSION=@GNUGK_MINOR_VERSION@ -DBUILD_NUMBER=@GNUGK_BUILD_NUMBER@
 
-OPTCCFLAGS	= -O2
+OPTCCFLAGS	=
 
 # special dependency to ensure version.cxx is rebuilt each time gnugk is recompiled
 # so the proper build timestamp is included
@@ -127,7 +127,7 @@ doc:
 
 install: install-addpasswd
 
-install-addpasswd: addpasswd
+install-addpasswd:
 	$(INSTALL) $(OBJDIR)/addpasswd $(INSTALLBIN_DIR)
 
 static:
