add forgotten patch
This commit is contained in:
parent
c46721a6f5
commit
0b62f2b8d1
13
lang/erlang/patches/patch-erts_configure_in
Normal file
13
lang/erlang/patches/patch-erts_configure_in
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-erts_configure_in,v 1.4 2011/07/05 20:07:49 landry Exp $
|
||||
--- erts/configure.in.orig
|
||||
+++ erts/configure.in
|
||||
@@ -1698,6 +1698,9 @@ AC_CHECK_FUNCS([ieee_handler fpsetmask finite isnan isinf res_gethostbyname dlop
|
||||
gethrtime localtime_r gmtime_r mmap mremap memcpy mallopt \
|
||||
sbrk _sbrk __sbrk brk _brk __brk \
|
||||
flockfile fstat strlcpy strlcat setsid posix2time setlocale nl_langinfo poll])
|
||||
+
|
||||
+AC_CHECK_DECLS([posix2time],,,[#include <time.h>])
|
||||
+
|
||||
if test "X$host" = "Xwin32"; then
|
||||
ac_cv_func_setvbuf_reversed=yes
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user