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

Add DragonFly to ANGLE_OS_POSIX

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4: Low
    • None
    • 5.2.0
    • WebKit
    • DragonFly 3.6.0

    Description

      defined(_DragonFly_) should be added to ANGLE_OS_POSIX platform detection.

      Lines 15~25 in file "qtwebkit/Source/ThirdParty/ANGLE/src/compiler/osinclude.h" should be something like these:

       
      #if defined(_WIN32) || defined(_WIN64)
      #define ANGLE_OS_WIN
      #elif defined(__APPLE__) || defined(__linux__) || \
            defined(__FreeBSD__) || defined(__OpenBSD__) || \
            defined(__sun) || defined(ANDROID) || \
            defined(__GLIBC__) || defined(__GNU__) || \
            defined(__QNX__) || defined(__DragonFly__)
      #define ANGLE_OS_POSIX
      #else
      #error Unsupported platform.
      #endif
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            annulen Konstantin Tokarev
            librehat Symeon Huang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes