From owner-cvs-ports@FreeBSD.ORG Sat Sep 6 11:34:39 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46DAA16A4BF; Sat, 6 Sep 2003 11:34:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 365C543FE9; Sat, 6 Sep 2003 11:34:38 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h86IYc0U061088; Sat, 6 Sep 2003 11:34:38 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h86IYbfQ061087; Sat, 6 Sep 2003 11:34:37 -0700 (PDT) Message-Id: <200309061834.h86IYbfQ061087@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 6 Sep 2003 11:34:37 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mozilla-thunderbird Makefileports/www/mozilla Makefile ports/www/mozilla-devel Makefile ports/www/mozilla-firebird Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2003 18:34:39 -0000 marcus 2003/09/06 11:34:37 PDT FreeBSD ports repository Modified files: mail/mozilla-thunderbird Makefile www/mozilla Makefile www/mozilla-devel Makefile www/mozilla-firebird Makefile Log: Use ${PTHREAD_LIBS} instead of hardcoded -pthread and -lc_r in a few places. This should help the KSE and libthr people use these applications (plus it lets them build on -CURRENT). Revision Changes Path 1.2 +7 -0 ports/mail/mozilla-thunderbird/Makefile 1.157 +7 -0 ports/www/mozilla-devel/Makefile 1.54 +7 -0 ports/www/mozilla-firebird/Makefile 1.144 +7 -0 ports/www/mozilla/Makefile