Date: Thu, 21 Dec 2000 11:40:45 -0800 (PST) From: Jeremy Lea <reg@FreeBSD.org> 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 Message-ID: <200012211940.eBLJejY05274@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <andrew@ort.lviv.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012211940.eBLJejY05274>