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

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of dev-libs/libevent/svn-trunk/1


Ignore:
Timestamp:
03/08/09 14:55:31 (6 years ago)
Author:
mmadia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/libevent/svn-trunk/1

    v1 v2  
     1 '''Work in Progress -- patches not committed''' 
     2 
     3cat ../haiku-patch-01.diff : 
     4{{{ 
     5Index: configure.in 
     6=================================================================== 
     7--- configure.in        (revision 1123) 
     8+++ configure.in        (working copy) 
     9@@ -40,7 +40,7 @@ 
     10 AC_SUBST(LIBTOOL_DEPS) 
    111  
     12 dnl Checks for libraries. 
     13-AC_CHECK_LIB(socket, socket) 
     14+AC_SEARCH_LIBS(socket, socket network) 
     15 AC_CHECK_LIB(resolv, inet_aton) 
     16 AC_CHECK_LIB(rt, clock_gettime) 
     17 AC_CHECK_LIB(nsl, inet_ntoa) 
     18Index: buffer.c 
     19=================================================================== 
     20--- buffer.c    (revision 1123) 
     21+++ buffer.c    (working copy) 
     22@@ -1486,7 +1486,10 @@ 
     23 #ifdef MAP_NOCACHE 
     24                    MAP_NOCACHE | 
     25 #endif 
     26-                   MAP_FILE | MAP_PRIVATE, 
     27+#ifdef MAP_FILE 
     28+                   MAP_FILE | 
     29+#endif 
     30+                    MAP_PRIVATE, 
     31                    fd, 0); 
     32                /* some mmap implementations require offset to be a multiple of 
     33                 * the page size.  most users of this api, are likely to use 0 
     34 
     35}}} 
     36 
     37`make` snippet: 
     38 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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