Date: Sat, 10 May 2003 23:31:55 -0700 (PDT) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdm2 Makefile ports/x11/gdm2/files patch-ltmain.sh Message-ID: <200305110631.h4B6VtPP046796@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305110631.h4B6VtPP046796>