Date: Fri, 13 Jan 2006 16:23:47 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13 Makefile Message-ID: <200601131623.k0DGNlcM060141@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601131623.k0DGNlcM060141>