ports/lang/sbcl/files/patch-src_runtime_thread.c
Larry Rosenman e02213a4e8 Update lang/sbcl to 1.3.13
Give MAINTAINERship to submitter, modernize port.

PR:	215866
Submitted 	by:Pavel Volkov (pavelivolkov gmail com)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D9186
2017-01-15 01:34:45 +00:00

11 lines
264 B
C

--- src/runtime/thread.c.orig 2017-01-06 06:49:29 UTC
+++ src/runtime/thread.c
@@ -50,7 +50,7 @@
#ifdef LISP_FEATURE_SB_THREAD
-#ifdef LISP_FEATURE_OPENBSD
+#if defined(LISP_FEATURE_OPENBSD) || defined(LISP_FEATURE_FREEBSD)
#include <pthread_np.h>
#endif