Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 14:08:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196157] New: devel/qt4-script: fix build in mips
Message-ID:  <bug-196157-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196157

            Bug ID: 196157
           Summary: devel/qt4-script: fix build in mips
           Product: Ports Tree
           Version: Latest
          Hardware: mips
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: kde@FreeBSD.org
          Reporter: amdmi3@FreeBSD.org
             Flags: maintainer-feedback?(kde@FreeBSD.org)
          Assignee: kde@FreeBSD.org

Created attachment 150806
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150806&action=edit
Patch

qt4-script fails on mips complaining on missing include:

../3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h:339:21: error:
sgidefs.h: No such file or directory

(full log attached)

That header seems to be linux-specific and it anyway just contains legacy
defines not used by qt anyway, so removing the mentioned #include it fixes the
build.

Related upstream issue:

https://bugreports.qt-project.org/browse/QTBUG-43486

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer kde@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196157-13>