openbsd-ports/mail/mozilla-thunderbird/patches/patch-mozilla_js_src_jsgc_cpp
landry c535134760 Major update to mozilla-thunderbird 3.0.4. See for details:
http://www.mozillamessaging.com/en-US/thunderbird/3.0.4/releasenotes/
Backing up your profile before upgrading is recommended..
Update largely based on www/firefox35 port, tested on
i386/amd64/sparc64/powerpc by myself and alpha by naddy@.

ok naddy@
2010-04-03 09:26:45 +00:00

12 lines
395 B
Plaintext

$OpenBSD: patch-mozilla_js_src_jsgc_cpp,v 1.1 2010/04/03 09:26:46 landry Exp $
--- mozilla/js/src/jsgc.cpp.orig Sat Dec 5 02:57:14 2009
+++ mozilla/js/src/jsgc.cpp Sat Jan 16 16:28:34 2010
@@ -118,6 +118,7 @@ extern "C" {
# ifndef JS_GC_USE_MMAP
# define JS_GC_USE_MMAP 1
# endif
+# include <sys/types.h>
# include <sys/mman.h>
/* On Mac OS X MAP_ANONYMOUS is not defined. */