22 lines
696 B
Plaintext
22 lines
696 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.3 2010/03/23 21:14:45 ajacoutot Exp $
|
|
--- Makefile.in.orig Mon Jun 8 16:11:03 2009
|
|
+++ Makefile.in Sat Jan 30 14:07:40 2010
|
|
@@ -116,7 +116,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
|
|
@@ -132,7 +132,7 @@ doc:
|
|
|
|
install: install-addpasswd
|
|
|
|
-install-addpasswd: addpasswd
|
|
+install-addpasswd:
|
|
$(INSTALL) $(OBJDIR)/addpasswd $(INSTALLBIN_DIR)
|
|
|
|
static:
|