[Webkit-unassigned] [Bug 53019] New: [Qt] Dragonfly needs HAVE_PTHREAD_NP_H

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 09:06:17 PST 2011


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

           Summary: [Qt] Dragonfly needs HAVE_PTHREAD_NP_H
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Major
          Priority: P3
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ahornung at gmail.com


DragonFly also needs the define HAVE_PTHREAD_NP_H to build qt successfully. The following patch fixes the issue:

diff --git a/src/3rdparty/webkit/WebCore/WebCore.pro b/src/3rdparty/webkit/WebCore/WebCore.pro
index 981dba2..1c84e72 100644
— a/src/3rdparty/webkit/WebCore/WebCore.pro
+++ b/src/3rdparty/webkit/WebCore/WebCore.pro
@@ -100,6 +100,7 @@ CONFIG(release):!CONFIG(standalone_package) {

linux-*: DEFINES += HAVE_STDINT_H
freebsd-*: DEFINES += HAVE_PTHREAD_NP_H
+dragonfly-*: DEFINES += HAVE_PTHREAD_NP_H

DEFINES += BUILD_WEBKIT

-- 
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