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

Context Navigation

  • Back to Ticket #330

Ticket #330: libxau-1.0.5.patch

File libxau-1.0.5.patch, 544 bytes (added by michaelvoliveira, 5 years ago)

patch to detect libnetwork

  • configure.ac

    diff -Naur libXau-1.0.5/configure.ac libXau-1.0.5-haiku/configure.ac
    old new  
    5858    if test "x$mtsafe" = "x" ; then 
    5959        AC_CHECK_LIB(nsl, gethostbyname_r, [mtsafe=yes]) 
    6060    fi 
     61    if test "x$mtsafe" = "x" ; then 
     62        AC_CHECK_LIB(network, gethostbyname_r, [mtsafe=yes]) 
     63    fi 
    6164    if test "x$mtsafe" = "xyes" ; then 
    6265        AC_DEFINE(XUSE_MTSAFE_API, 1,  
    6366                  [Whether libXau needs to use MT safe API's]) 

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/