SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
lang/sbcl/patches/patch-src_runtime_GNUmakefile
Normal file
15
lang/sbcl/patches/patch-src_runtime_GNUmakefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
- don't hardcode optimization
|
||||
- pass -I${LOCALBASE}/include
|
||||
|
||||
Index: src/runtime/GNUmakefile
|
||||
--- src/runtime/GNUmakefile.orig
|
||||
+++ src/runtime/GNUmakefile
|
||||
@@ -33,7 +33,7 @@ __LDFLAGS__ =
|
||||
|
||||
include ../../output/prefix.def
|
||||
|
||||
-CFLAGS += -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3
|
||||
+CFLAGS += -g -Wall -Wundef -Wsign-compare -Wpointer-arith -I/usr/local/include
|
||||
ASFLAGS += $(CFLAGS)
|
||||
CPPFLAGS += -I.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue