openbsd-ports/lang/sbcl/patches/patch-src_runtime_GNUmakefile
pirofti b49caa5621 Update SBCL to version 1.0.31 from MAINTAINER (Josh Elsasser).
Highlights:
	- amd64 support
	- bootstraping works with clisp
2009-11-17 10:44:59 +00:00

13 lines
365 B
Plaintext

$OpenBSD: patch-src_runtime_GNUmakefile,v 1.2 2009/11/17 10:45:00 pirofti Exp $
--- src/runtime/GNUmakefile.orig Wed Feb 20 09:55:26 2008
+++ src/runtime/GNUmakefile Thu Apr 10 14:13:34 2008
@@ -23,7 +23,7 @@ NM = nm -gp
DEPEND_FLAGS = -MM
GREP = grep
-CFLAGS = -g -Wall -Wsign-compare -O3
+CFLAGS += -Wall -Wsign-compare
ASFLAGS = $(CFLAGS)
CPPFLAGS = -I.