<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Unable to build when configured with openmp and CFLAGS/LDFLAGS contain -fopenmp"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87137#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Unable to build when configured with openmp and CFLAGS/LDFLAGS contain -fopenmp"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87137">bug 87137</a>
              from <span class="vcard"><a class="email" href="mailto:mattst88@gmail.com" title="Matt Turner <mattst88@gmail.com>"> <span class="fn">Matt Turner</span></a>
</span></b>
        <pre>Dear Vlad/Bob/Chris (which is it?!),

Please submit a patch to <a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a> adding

#ifdef _OPENMP
#include <omp.h>
#endif

to the files that call omp_* functions.

Also, don't put -fopenmp in your system CFLAGS. It doesn't do anything without
the package being written with OpenMP.

Sincerely, a Gentoo Developer.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>