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.2.patch

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

    old new  
    160160dnl ================================================================= 
    161161 
    162162 
    163 if test "$EMXOS2" = yes; then 
     163if test "$EMXOS2" = yes || test "$host_os" = haiku; then 
    164164  echo "Skipping user and group validity stuff."; 
    165165 
    166166else 
    … …  
    677677AC_SUBST(AMIGAOS_ONLY) 
    678678 
    679679dnl ================================================================= 
     680dnl Haiku specific 
     681dnl ================================================================= 
     682 
     683case "$host" in 
     684*-haiku) PTHREAD_LIB= 
     685         SOCKET_LIB=-lnetwork 
     686         LIBS="-L/boot/common/lib $LIBS" 
     687;; 
     688esac 
     689 
     690AC_SUBST(SOCKET_LIB) 
     691 
     692dnl ================================================================= 
    680693dnl Check for standard compiler stuff 
    681694dnl ================================================================= 
    682695 

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/