freebsd-ports/editors/vigor/files/patch-ex__ex_script.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
228 B
C

--- ../ex/ex_script.c.orig
+++ ../ex/ex_script.c
@@ -19,7 +19,7 @@
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/queue.h>
-#ifdef HAVE_SYS_SELECT_H
+#if 0
#include <sys/select.h>
#endif
#include <sys/stat.h>