2007-09-18 11:46:36 -04:00
|
|
|
$OpenBSD: patch-makefile,v 1.6 2007/09/18 15:46:36 steven Exp $
|
|
|
|
--- makefile.orig Tue Sep 4 13:22:42 2007
|
|
|
|
+++ makefile Tue Sep 18 17:42:50 2007
|
|
|
|
@@ -3,7 +3,7 @@
|
2005-05-27 02:04:11 -04:00
|
|
|
|
|
|
|
VERSION = `cat VERSION`
|
2007-09-18 11:46:36 -04:00
|
|
|
CFLAGS += -Wuninitialized -Wshadow -Wformat -Wparentheses -Wcast-align # gcc specific flags
|
|
|
|
-CFLAGS += -O -DUNIX -DVERSION=\"$(VERSION)\" # general cc flags
|
|
|
|
+CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\" # general cc flags
|
|
|
|
LDFLAGS += # The default linker flags.
|
2007-01-26 19:02:57 -05:00
|
|
|
LIBS += -lm # The default libraries to link.
|
2005-05-27 02:04:11 -04:00
|
|
|
|