[Mesa-dev] [PATCH] Fix kFreeBSD build
Corbin Simpson
mostawesomedude at gmail.com
Sun Jul 18 08:59:23 PDT 2010
I didn't ack the earlier version of the patch because it had no testers. Has
this been tested?
Posting from a mobile, pardon my terseness. ~ C.
On Jul 18, 2010 8:48 AM, "nobled" <nobled at dreamwidth.org> wrote:
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
_______________________________________________
mesa-dev mailing list
mesa-dev at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20100718/3eeb0895/attachment.html>
More information about the mesa-dev
mailing list