HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #387

Ticket #387: enet-1.2.2.patch

File enet-1.2.2.patch, 491 bytes (added by michaelvoliveira, 4 years ago)

The same patch from 1.3.0, to avoid generate a broken lib (missing 'connect' command)

  • configure.ac

    diff -Naur enet-1.2.2/configure.ac enet-1.2.2-haiku/configure.ac
    old new  
    1616 
    1717AC_CHECK_MEMBER(struct msghdr.msg_flags, [AC_DEFINE(HAS_MSGHDR_FLAGS)], , [#include <sys/socket.h>]) 
    1818 
     19AC_CHECK_LIB(network, connect) 
     20 
    1921AC_CHECK_TYPE(socklen_t, [AC_DEFINE(HAS_SOCKLEN_T)], ,  
    2022              #include <sys/types.h> 
    2123              #include <sys/socket.h> 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/