ports/lang/sbcl/patches/patch-src_runtime_GNUmakefile

16 lines
406 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
- 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.