cvs commit: ports/devel/nspr Makefile

Joe Marcus Clarke marcus at FreeBSD.org
Wed Nov 1 02:40:31 UTC 2006


marcus      2006-11-01 02:40:29 UTC

  FreeBSD ports repository

  Modified files:
    devel/nspr           Makefile 
  Log:
  Work around the improperly defined libc stub for pthread_cond_wait(3)
  which exists in FreeBSD prior August 7, 2006.  Basically, on these
  versions of FreeBSD, we will call _pthread_cond_wait directly.  This
  isn't perfect, but it will alow Firefox 2.0 to work on 6.1 and 5.5 without
  people needing to patch libc.
  
  Tested by:      ahze and others
  
  Revision  Changes    Path
  1.27      +11 -1     ports/devel/nspr/Makefile


More information about the cvs-all mailing list