ports/lang/sbcl/files/patch-tools-for-build_grovel-headers.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
291 B
C

--- tools-for-build/grovel-headers.c.orig 2017-01-06 07:13:57 UTC
+++ tools-for-build/grovel-headers.c
@@ -42,7 +42,7 @@
#ifdef LISP_FEATURE_ANDROID
#include <termios.h>
#else
- #include <sys/termios.h>
+ #include <termios.h>
#include <langinfo.h>
#endif
#include <sys/time.h>