mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Initial .bep file for enet from michaelvoliveira
This commit is contained in:
12
net-libs/enet/patches/enet-1.3.0.patch
Normal file
12
net-libs/enet/patches/enet-1.3.0.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -Naur enet-1.3.0/configure.ac enet-1.3.0-haiku/configure.ac
|
||||
--- enet-1.3.0/configure.ac 2010-06-09 21:22:33.031981568 +0000
|
||||
+++ enet-1.3.0-haiku/configure.ac 2010-08-09 01:56:24.870842368 +0000
|
||||
@@ -16,6 +16,8 @@
|
||||
|
||||
AC_CHECK_MEMBER(struct msghdr.msg_flags, [AC_DEFINE(HAS_MSGHDR_FLAGS)], , [#include <sys/socket.h>])
|
||||
|
||||
+AC_CHECK_LIB(network, connect)
|
||||
+
|
||||
AC_CHECK_TYPE(socklen_t, [AC_DEFINE(HAS_SOCKLEN_T)], ,
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
Reference in New Issue
Block a user