<p>I didn&#39;t ack the earlier version of the patch because it had no testers. Has this been tested?</p>
<p>Posting from a mobile, pardon my terseness. ~ C.</p>
<p><blockquote type="cite">On Jul 18, 2010 8:48 AM, &quot;nobled&quot; &lt;<a href="mailto:nobled@dreamwidth.org">nobled@dreamwidth.org</a>&gt; wrote:<br><br>All the other OS tests for FreeBSD use the form &#39;*freebsd*&#39;,<br>

except for this line. This fixes the build on kFreeBSD/GNU.<br>
<br>
Based on the patch 06_kfreebsd-ftbfs.diff by Aurelien Jarno:<br>
<a href="http://bugs.debian.org/524690" target="_blank">http://bugs.debian.org/524690</a><br>
<br>
NOTE: This is a candidate for the 7.8 branch.<br>
---<br>
 <a href="http://configure.ac" target="_blank">configure.ac</a> |    2 +-<br>
 1 files changed, 1 insertions(+), 1 deletions(-)<br>
<br>
diff --git a/<a href="http://configure.ac" target="_blank">configure.ac</a> b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
index 9619597..d6d37d2 100644<br>
--- a/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
+++ b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
@@ -800,7 +800,7 @@ if test &quot;$mesa_driver&quot; = dri; then<br>
             ;;<br>
         esac<br>
         ;;<br>
-    freebsd* | dragonfly*)<br>
+    *freebsd* | dragonfly*)<br>
         DEFINES=&quot;$DEFINES -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1&quot;<br>
         DEFINES=&quot;$DEFINES -DIN_DRI_DRIVER -DHAVE_ALIAS&quot;<br>
         DEFINES=&quot;$DEFINES -DGLX_INDIRECT_RENDERING&quot;<br>
<font color="#888888">--<br>
1.5.4.3<br>
_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</font></blockquote></p>