diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2013-05-28 14:06:14 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2013-05-28 14:06:14 +0000 |
| commit | 5e85c193635bf983a7c3786533014f1b09c23fed (patch) | |
| tree | e2681bb469ede101544bfef5eab602f2985eaec1 /devel/libeio/files/patch-libeio.m4 | |
| parent | - Trim HEADER (diff) | |
Add libeio - event-based fully asynchronous I/O library for C.
Notes
Notes:
svn path=/head/; revision=319310
Diffstat (limited to 'devel/libeio/files/patch-libeio.m4')
| -rw-r--r-- | devel/libeio/files/patch-libeio.m4 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/libeio/files/patch-libeio.m4 b/devel/libeio/files/patch-libeio.m4 new file mode 100644 index 000000000000..649a4b6744bc --- /dev/null +++ b/devel/libeio/files/patch-libeio.m4 @@ -0,0 +1,16 @@ +--- libeio.m4.orig 2013-05-28 09:30:57.000000000 +0400 ++++ libeio.m4 2013-05-28 09:31:05.000000000 +0400 +@@ -2,13 +2,6 @@ + dnl but that header isn't very portable... + AC_CHECK_HEADERS([stdint.h sys/syscall.h sys/prctl.h]) + +-AC_SEARCH_LIBS( +- pthread_create, +- [pthread pthreads pthreadVC2], +- , +- [AC_MSG_ERROR(pthread functions not found)] +-) +- + AC_CACHE_CHECK(for utimes, ac_cv_utimes, [AC_LINK_IFELSE([[ + #include <sys/types.h> + #include <sys/time.h> |
