617089342c
- see http://www.mozilla.org/en-US/firefox/15.0/releasenotes/ - add -Os hack to fix a relocation error when linking on ppc (as was done in tb since 10..) - garbage collect nsSound.cpp, the original one uses libcanberra properly and thus sndio. - remove patch from #750620, merged upstream (mfbt/double-conversion) - remove patches from #747257, merged upstream (gstreamer fix) - remove patches from #691898, merged upstream (yarr jit ppc)
12 lines
448 B
Plaintext
12 lines
448 B
Plaintext
$OpenBSD: patch-memory_mozalloc_mozalloc_cpp,v 1.3 2012/09/01 13:56:45 landry Exp $
|
|
--- memory/mozalloc/mozalloc.cpp.orig Wed Aug 15 07:48:05 2012
|
|
+++ memory/mozalloc/mozalloc.cpp Sun Aug 19 13:50:30 2012
|
|
@@ -12,6 +12,7 @@
|
|
#include <sys/types.h>
|
|
|
|
#if defined(MALLOC_H)
|
|
+#include <sys/types.h>
|
|
# include MALLOC_H // for memalign, valloc where available
|
|
#endif // if defined(MALLOC_H)
|
|
#include <stddef.h> // for size_t
|