projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d805c9
)
configure.ac: fix build on GNU/kFreeBSD
author
Fabio Pedretti
<fabio.ped@libero.it>
Wed, 6 Nov 2013 09:55:27 +0000
(10:55 +0100)
committer
Andreas Boll
<andreas.boll.dev@gmail.com>
Wed, 6 Nov 2013 21:08:26 +0000
(22:08 +0100)
Based on existing patch from Debian package.
Debian bug: http://bugs.debian.org/524690
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 433470bcab32f3b7d473aec02706ba5dd1f5d9dd..a8366ee2f8cb312d5049974719b2ef609531821e 100644
(file)
--- 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"