pkgsrc/www/webkit1-gtk/patches/patch-aj
wiz 7b644999a5 Re-import webkit-gtk-1.10.2nb17 as www/webkit1-gtk, in preparation
for v2 of the package.

WebKit is an open source web browser engine. WebKit is also the name of
the Mac OS X system framework version of the engine that's used by
Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML
and JavaScript code began as a branch of the KHTML and KJS libraries
from KDE.

This is the GTK2+ port of major version 1 of the engine.
2014-08-03 22:07:39 +00:00

13 lines
497 B
Text

$NetBSD: patch-aj,v 1.1 2014/08/03 22:07:39 wiz Exp $
--- Source/WTF/wtf/InlineASM.h.orig 2012-10-16 15:22:38.000000000 +0000
+++ Source/WTF/wtf/InlineASM.h
@@ -42,7 +42,7 @@
#define THUMB_FUNC_PARAM(name)
#endif
-#if (OS(LINUX) || OS(FREEBSD)) && CPU(X86_64)
+#if (OS(LINUX) || OS(FREEBSD) || OS(NETBSD) || OS(SOLARIS)) && CPU(X86_64) || (OS(SOLARIS) && CPU(X86))
#define GLOBAL_REFERENCE(name) #name "@plt"
#elif CPU(X86) && COMPILER(MINGW)
#define GLOBAL_REFERENCE(name) "@" #name "@4"