From 3ab89df0030d905def63177ebc928ec23494fcfe Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Fri, 18 Mar 2016 21:21:39 +0100 Subject: testing/seamonkey: new aport http://www.seamonkey-project.org --- testing/seamonkey/fix-platform-linux.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/seamonkey/fix-platform-linux.patch (limited to 'testing/seamonkey/fix-platform-linux.patch') diff --git a/testing/seamonkey/fix-platform-linux.patch b/testing/seamonkey/fix-platform-linux.patch new file mode 100644 index 0000000000..f9e3192906 --- /dev/null +++ b/testing/seamonkey/fix-platform-linux.patch @@ -0,0 +1,13 @@ +--- seamonkey-2.39/mozilla/tools/profiler/core/platform-linux.cc.orig ++++ seamonkey-2.39/mozilla/tools/profiler/core/platform-linux.cc +@@ -98,6 +98,10 @@ + + #define SIGNAL_SAVE_PROFILE SIGUSR2 + ++#ifndef gettid ++#define gettid() syscall(SYS_gettid) ++#endif ++ + using namespace mozilla; + + #if defined(USE_LUL_STACKWALK) -- cgit v1.2.3