projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2771862
)
autoconf: Add dfbsd support.
author
Hasso Tepper
<hasso@estpak.ee>
Wed, 9 Apr 2008 17:51:21 +0000
(10:51 -0700)
committer
Eric Anholt
<eric@anholt.net>
Wed, 9 Apr 2008 17:51:21 +0000
(10:51 -0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 48921e010e2d5150787f526f4f0e322db1dcde8f..7db1830af48f0deb5bf13e59ae710ec30ceefb94 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-510,7
+510,7
@@
if test "$mesa_driver" = dri; then
;;
esac
;;
- freebsd*)
+ freebsd*
| dragonfly*
)
DEFINES="$DEFINES -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1"
DEFINES="$DEFINES -DIN_DRI_DRIVER -DHAVE_ALIAS"
DEFINES="$DEFINES -DGLX_INDIRECT_RENDERING"
@@
-810,7
+810,7
@@
linux*)
;;
esac
;;
-freebsd*)
+freebsd*
| dragonfly*
)
PIC_FLAGS="-fPIC"
case "$host_cpu" in
i*86)