Mesa (master): configure.ac: fix build on GNU/kFreeBSD

Andreas Boll ab at kemper.freedesktop.org
Wed Nov 6 21:14:32 UTC 2013


Module: Mesa
Branch: master
Commit: 4f4da81dc8a7060520baff82153330a9675f122a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f4da81dc8a7060520baff82153330a9675f122a

Author: Fabio Pedretti <fabio.ped at libero.it>
Date:   Wed Nov  6 10:55:27 2013 +0100

configure.ac: fix build on GNU/kFreeBSD

Based on existing patch from Debian package.

Debian bug: http://bugs.debian.org/524690

Reviewed-by: Andreas Boll <andreas.boll.dev at gmail.com>

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 433470b..a8366ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -970,7 +970,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"
 




More information about the mesa-commit mailing list