cvs commit: ports/java/jdk13 Makefile

Greg Lewis glewis at FreeBSD.org
Fri Jan 13 08:23:47 PST 2006


glewis      2006-01-13 16:23:47 UTC

  FreeBSD ports repository

  Modified files:
    java/jdk13           Makefile 
  Log:
  . Always fix up the pthread library references, even if we're not
    building either native threads or HotSpot.  This is due to libcmm
    always wanting to link against a pthread library, which was causing
    problems on 7-CURRENT since it was erroneously hardwired to -lc_r.
    This should really fix the problem.
  
  Pointed out by: pointyhat via kris
  
  Revision  Changes    Path
  1.83      +0 -4      ports/java/jdk13/Makefile


More information about the cvs-all mailing list