summaryrefslogtreecommitdiff
path: root/devel/libeio/files/patch-libeio.m4
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libeio/files/patch-libeio.m4')
-rw-r--r--devel/libeio/files/patch-libeio.m416
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>