openbsd-ports/lang/sbcl/patches/patch-src_runtime_Config.x86-openbsd
deanna e9a5bb18d6 Import sbcl 1.0.15
Steel Bank Common Lisp (SBCL) is an open source (free software)
compiler and runtime system for ANSI Common Lisp. It provides an
interactive environment including an integrated native compiler, a
debugger, and many extensions.

From Josh Elsasser (MAINTAINER)

ok kili@, jasper@
2008-04-14 12:29:40 +00:00

10 lines
396 B
Plaintext

$OpenBSD: patch-src_runtime_Config.x86-openbsd,v 1.1.1.1 2008/04/14 12:29:40 deanna Exp $
--- src/runtime/Config.x86-openbsd.orig Wed Jan 9 11:12:23 2008
+++ src/runtime/Config.x86-openbsd Thu Apr 10 14:13:34 2008
@@ -25,4 +25,4 @@ OS_LIBS += -lutil
LINKFLAGS += -export-dynamic
LDFLAGS += -export-dynamic
-CFLAGS = -g -Wall -O2
+CFLAGS += -g -Wall -O2 -DSBCL_HOME='"${PREFIX}/lib/sbcl/"'