cvs commit: ports/x11/gdm2 Makefile ports/x11/gdm2/files patch-ltmain.sh

Joe Marcus Clarke marcus at FreeBSD.org
Sat May 10 23:31:56 PDT 2003


marcus      2003/05/10 23:31:55 PDT

  FreeBSD ports repository

  Modified files:
    x11/gdm2             Makefile 
  Added files:
    x11/gdm2/files       patch-ltmain.sh 
  Log:
  Add a patch to allow -lc_r to be linked in on -CURRENT.  Not having this caused
  gdm to lock up when started.
  
  Special thanks goes to Glenn Johnson <gjohnson at srrc.ars.usda.gov> for
  tracking this down.  Apparently, newer versions of libtool have code
  to prevent -lc_r from being passed to the linker on _all_ versions of
  FreeBSD.  Since ${PTHREAD_LIBS} is set to -lc_r for 5.x, this causes
  massive problems with threaded applications.
  
  Revision  Changes    Path
  1.63      +1 -0      ports/x11/gdm2/Makefile
  1.5       +51 -0     ports/x11/gdm2/files/patch-ltmain.sh (new)


More information about the cvs-all mailing list