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

Context Navigation

  • Back to Ticket #632

Ticket #632: privoxy-3.0.19.patch

File privoxy-3.0.19.patch, 655 bytes (added by simonsouth, 3 years ago)
  • configure.in

    diff -Naur privoxy-3.0.19-stable/configure.in privoxy-3.0.19-stable-haiku/configure.in
    old new  
    311311    echo "Using Cygnus (Win32 command line)" 
    312312  else 
    313313    SPECIAL_CFLAGS= 
    314     PTHREAD_LIB=-lpthread 
     314    if test $host_os = haiku; then 
     315      dnl Haiku's pthreads implementation is contained in its system 
     316      dnl library, libroot, so no additional library needs to be 
     317      dnl searched 
     318      PTHREAD_LIB= 
     319    else 
     320      PTHREAD_LIB=-lpthread 
     321    fi 
    315322  fi 
    316323fi 
    317324AC_SUBST(WIN_ONLY) 

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/