1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/lang/scriba/files/patch-extensions-re-regex.h
Pav Lucistnik 17464b89a4 - Update to 20b0
- Mark BROKEN on 4.x and !i386 (almost)

PR:		ports/79615
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
2005-04-08 19:10:06 +00:00

12 lines
217 B
C

--- extensions/re/regex.h.orig Tue Mar 1 22:12:11 2005
+++ extensions/re/regex.h Tue Mar 1 22:14:55 2005
@@ -53,6 +53,8 @@
#define __stdcall
#endif
+#include <unistd.h>
+
/* types */
typedef off_t regoff_t;