Date: Tue, 1 Dec 2009 07:49:25 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r178 - in branches/experimental/www/seamonkey-devel: . files Message-ID: <200912010749.nB17nPtK093647@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: beat Date: Tue Dec 1 07:49:25 2009 New Revision: 178 Log: - Add (temporary?) workaround to fix crashes with FreeBSD 6 when visiting http://www.slashdot.org/ or http://www.bhphotovideo.com/. Reported and analyzed by: gpalmer@ (thanks!) Modified: branches/experimental/www/seamonkey-devel/Makefile branches/experimental/www/seamonkey-devel/files/releng6_pulseaudio Modified: branches/experimental/www/seamonkey-devel/Makefile ============================================================================== --- branches/experimental/www/seamonkey-devel/Makefile Sat Nov 28 15:12:14 2009 (r177) +++ branches/experimental/www/seamonkey-devel/Makefile Tue Dec 1 07:49:25 2009 (r178) @@ -28,6 +28,7 @@ MOZ_PIS_SCRIPTS= moz_pis_S50cleanhome MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/cairo" +USE_GCC= 4.2+ CONFIGURE_ENV= LOCALBASE=${LOCALBASE} Modified: branches/experimental/www/seamonkey-devel/files/releng6_pulseaudio ============================================================================== --- branches/experimental/www/seamonkey-devel/files/releng6_pulseaudio Sat Nov 28 15:12:14 2009 (r177) +++ branches/experimental/www/seamonkey-devel/files/releng6_pulseaudio Tue Dec 1 07:49:25 2009 (r178) @@ -43,3 +43,13 @@ include $(topsrcdir)/config/rules.mk LOCAL_INCLUDES += -I$(srcdir)/../base \ +--- mozilla/xpcom/base/nsStackWalk.cpp.orig 2009-11-30 22:47:52.000000000 +0100 ++++ mozilla/xpcom/base/nsStackWalk.cpp 2009-11-30 22:48:09.000000000 +0100 +@@ -1115,6 +1115,7 @@ + #include "nscore.h" + #include <stdio.h> + #include "plstr.h" ++#include <dlfcn.h> + + // On glibc 2.1, the Dl_info api defined in <dlfcn.h> is only exposed + // if __USE_GNU is defined. I suppose its some kind of standards
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912010749.nB17nPtK093647>