From owner-cvs-all Thu Dec 21 11:40:48 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:40:45 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E4EA37B400; Thu, 21 Dec 2000 11:40:45 -0800 (PST) Received: (from reg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBLJejY05274; Thu, 21 Dec 2000 11:40:45 -0800 (PST) (envelope-from reg) Message-Id: <200012211940.eBLJejY05274@freefall.freebsd.org> From: Jeremy Lea Date: Thu, 21 Dec 2000 11:40:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla Makefile ports/www/mozilla/files patch-an patch-mi patch-qt X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG reg 2000/12/21 11:40:45 PST Modified files: www/mozilla Makefile www/mozilla/files patch-mi patch-qt Added files: www/mozilla/files patch-an Log: Explictly link against libgcc_r, to work around bugs in 4.2-RELEASE onwards and -CURRENT. I'm still not sure why the bug was exposed only recently, but it is due to libstdc++ being linked without the -nostdlib option (causing it to be statically linked against libgcc even for the threaded case). Thanks to Andrew Bliznak for testing this. Revision Changes Path 1.52 +2 -2 ports/www/mozilla/Makefile 1.3 +16 -3 ports/www/mozilla/files/patch-mi 1.4 +26 -8 ports/www/mozilla/files/patch-qt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message