[Mesa-dev] [PATCH 3/4] configure.ac: fix build on GNU/kFreeBSD

Fabio Pedretti fabio.ped at libero.it
Wed Nov 6 01:55:27 PST 2013


Based on existing patch from Debian package.

Debian bug: http://bugs.debian.org/524690
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 0a25047..989168a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -974,7 +974,7 @@ if test "x$enable_dri" = xyes; then
             ;;
         esac
         ;;
-    freebsd* | dragonfly* | *netbsd* | openbsd*)
+    *freebsd* | dragonfly* | *netbsd* | openbsd*)
         DEFINES="$DEFINES -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1"
         DEFINES="$DEFINES -DHAVE_ALIAS"
 
-- 
1.8.3.2



More information about the mesa-dev mailing list