Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2007 04:33:40 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/emulators/wine Makefile
Message-ID:  <200708070433.l774XemO002904@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gerald      2007-08-07 04:33:40 UTC

  FreeBSD ports repository

  Modified files:
    emulators/wine       Makefile 
  Log:
  Switch to libthr as the default threading library on versions of FreeBSD
  where it isn't the default yet.  Wine wants all threads to be
  PTHREAD_SCOPE_SYSTEM (visible by kernel) so wineserver can access threads
  inside wine processes.  With libthr all threads are PTHREAD_SCOPE_SYSTEM
  by default.  With libkse the initial thread is not which prevents wineserver
  from sending signals to it directly, for instance.
  
  Add --verbose to CONFIGURE_FLAGS.
  
  Submitted by:   Tijl Coosemans <tijl@ulyssis.org>
  
  Revision  Changes    Path
  1.239     +6 -1      ports/emulators/wine/Makefile



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