[Mesa-dev] [PATCH] Fix kFreeBSD build

nobled nobled at dreamwidth.org
Sun Jul 18 08:47:35 PDT 2010


All the other OS tests for FreeBSD use the form '*freebsd*',
except for this line. This fixes the build on kFreeBSD/GNU.

Based on the patch 06_kfreebsd-ftbfs.diff by Aurelien Jarno:
http://bugs.debian.org/524690

NOTE: This is a candidate for the 7.8 branch.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9619597..d6d37d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -800,7 +800,7 @@ if test "$mesa_driver" = dri; then
             ;;
         esac
         ;;
-    freebsd* | dragonfly*)
+    *freebsd* | dragonfly*)
         DEFINES="$DEFINES -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1"
         DEFINES="$DEFINES -DIN_DRI_DRIVER -DHAVE_ALIAS"
         DEFINES="$DEFINES -DGLX_INDIRECT_RENDERING"
-- 
1.5.4.3


More information about the mesa-dev mailing list