Matthias Rampke <matthias@rampke.de> who helps to test and provide patches for DragonFly BSD to make this pkg having full support on it.
13 lines
497 B
C++
13 lines
497 B
C++
$NetBSD: patch-webkit_tools_test__shell_test__shell.cc,v 1.2 2011/05/27 13:23:09 rxg Exp $
|
|
|
|
--- webkit/tools/test_shell/test_shell.cc.orig 2011-05-24 08:01:05.000000000 +0000
|
|
+++ webkit/tools/test_shell/test_shell.cc
|
|
@@ -703,7 +703,7 @@ bool LaunchSelLdr(const char* alleged_ur
|
|
return false;
|
|
}
|
|
|
|
-#if defined(OS_LINUX)
|
|
+#if defined(OS_LINUX) || defined(OS_BSD)
|
|
int MatchFontWithFallback(const std::string& face, bool bold,
|
|
bool italic, int charset) {
|
|
return -1;
|