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

Context Navigation

  • Back to Ticket #370

Ticket #370: schismtracker-20100101.patch

File schismtracker-20100101.patch, 521 bytes (added by michaelvoliveira, 5 years ago)

patch to detect libnetwork

  • configure.ac

    diff -Naur schismtracker-20100101/configure.ac schismtracker-20100101-haiku/configure.ac
    old new  
    210210                AC_SUBST(SDL_LIBS) 
    211211        elif test "x$ac_cv_header_sys_socket_h" = "xyes"; then 
    212212                AM_CONDITIONAL([USE_NETWORK], true) 
    213                 SDL_LIBS="$SDL_LIBS -lsocket" 
     213                SDL_LIBS="$SDL_LIBS -lnetwork" 
    214214                AC_SUBST(SDL_LIBS) 
    215215        else 
    216216                AM_CONDITIONAL([USE_NETWORK], false) 

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/