freebsd-ports/editors/vigor/files/patch-cl__cl_read.c
Martin Wilke a0efd6ec9b - Fix build with newer Tcl/Tk 8.6
- Add LICENSE
- Add MAKE_JOBS_SAFE

PR:		179212
Submitted by:	Ports Fury
2013-06-04 08:23:11 +00:00

11 lines
252 B
C

--- ../cl/cl_read.c.orig Fri Sep 15 18:37:07 2000
+++ ../cl/cl_read.c Fri Sep 15 18:40:21 2000
@@ -15,7 +15,7 @@
#include <sys/types.h>
#include <sys/queue.h>
-#ifdef HAVE_SYS_SELECT_H
+#if 0
#include <sys/select.h>
#endif
#include <sys/time.h>