Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Nov 2006 02:40:29 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/nspr Makefile
Message-ID:  <200611010240.kA12eUEM081747@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611010240.kA12eUEM081747>