dreid       01/04/29 15:11:30

  Modified:    build    apr_hints.m4
  Log:
  This option needs to be set for all versions of beos, not just BONE.
  With this change we're building again on BeOS R5.
  
  Submitted by:  Peter Moore <[EMAIL PROTECTED]>
  Reviewed by:   David Reid <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.10      +3 -2      apr/build/apr_hints.m4
  
  Index: apr_hints.m4
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_hints.m4,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- apr_hints.m4      2001/04/29 05:22:15     1.9
  +++ apr_hints.m4      2001/04/29 22:11:29     1.10
  @@ -357,12 +357,13 @@
           PLATOSVERS=`uname -r`
           case $PLATOSVERS in
               5.1)
  -                APR_ADDTO(CPPFLAGS, [-I/boot/develop/headers/bone 
-DSIGPROCMASK_SETS_THREAD_MASK])
  +                APR_ADDTO(CPPFLAGS, [-I/boot/develop/headers/bone])
                   APR_ADDTO(LDFLAGS, [-L/boot/develop/lib/x86 
-L/boot/beos/system/lib -lbind -lsocket])
                   APR_ADDTO(LIBS, [-lbind -lsocket -lbe -lroot])
                   ;;
        esac
  -     ;;
  +     APR_ADDTO(CPPFLAGS, [-DSIGPROCMASK_SETS_THREAD_MASK])
  +        ;;
       4850-*.*)
        APR_ADDTO(CPPFLAGS, [-DSVR4 -DMPRAS])
        APR_ADDTO(LIBS, [-lsocket -lnsl -lc -L/usr/ucblib -lucb])
  
  
  

Reply via email to