openbsd-ports/math/mathomatic/patches/patch-makefile

13 lines
502 B
Plaintext
Raw Normal View History

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 @@
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.