[Webkit-unassigned] [Bug 53766] [Qt] Compilation error on OpenBSD

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 10 12:55:27 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=53766





--- Comment #6 from Benjamin Poulain <benjamin.poulain at nokia.com>  2011-02-10 12:55:27 PST ---
(From update of attachment 82021)
View in context: https://bugs.webkit.org/attachment.cgi?id=82021&action=review

> Source/JavaScriptCore/wtf/Platform.h:729
> +#if !defined(HAVE_STRNSTR)
> +#if !COMPILER(MSVC) && !COMPILER(RVCT) && !OS(WINDOWS) && !OS(LINUX) && !OS(SOLARIS) && !OS(OPENBSD)

Shouldn't that be the other way around:
#if OS(MAC) || OS(FREEBSD)
?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list