Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-35880

Add DragonFly to WTF_OS_FREEBSD

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.4.0
    • 5.2.0
    • Qt Script
    • DragonFly 3.6.0

    Description

      DragonFly need to be considered as FREEBSD to avoid compile errors.

      Change Line 398 of qtscript/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h, it'll be something like these.

      #if defined(__FreeBSD__) || defined(__DragonFly__)
      #define WTF_OS_FREEBSD 1
      #endif
      

      After this little modification, qtscript would be built successfully.

      Attachments

        For Gerrit Dashboard: QTBUG-35880
        # Subject Branch Project Status CR V

        Activity

          People

            laknoll Lars Knoll
            librehat Symeon Huang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes