cvs commit: ports/emulators/wine Makefile

Gerald Pfeifer gerald at FreeBSD.org
Tue Aug 7 04:33:41 UTC 2007


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 at ulyssis.org>
  
  Revision  Changes    Path
  1.239     +6 -1      ports/emulators/wine/Makefile


More information about the cvs-ports mailing list