aboutsummaryrefslogtreecommitdiffstats
path: root/lang/sbcl/files/patch-src_runtime_Config.x86-freebsd
blob: 7d53f10d059474d3d98c0f16fbf86e74c2525592 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/runtime/Config.x86-freebsd.orig	2023-11-03 01:58:54 UTC
+++ src/runtime/Config.x86-freebsd
@@ -17,7 +17,8 @@ LINKFLAGS += -dynamic -Wl,--export-dynamic -m32
 # runtime.
 LINKFLAGS += -dynamic -Wl,--export-dynamic -m32
 
-OS_LIBS += -lutil
+OS_LIBS += -lutil -L/usr/local/lib
+CPPFLAGS += -isystem/usr/local/include
 
 # use libthr (1:1 threading).  libpthread (m:n threading) does not work.
 ifdef LISP_FEATURE_SB_THREAD