mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build on 4.x
Submitted by: andrew clarke <mail@ozzmosis.com>
This commit is contained in:
parent
0ad707d348
commit
673dbb2b64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167128
1 changed files with 12 additions and 0 deletions
12
devel/pcre/files/patch-pcretest.c
Normal file
12
devel/pcre/files/patch-pcretest.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
*** pcretest.c.orig Wed Jul 5 21:28:01 2006
|
||||
--- pcretest.c Fri Jul 7 19:35:47 2006
|
||||
***************
|
||||
*** 45,50 ****
|
||||
--- 45,51 ----
|
||||
#include <errno.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
+ #include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
#endif
|
||||
|
Loading…
Add table
Reference in a new issue