summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorjoq <joq@0c269be4-1314-0410-8aa9-9f06e86f4224>2004-04-14 16:38:26 +0000
committerjoq <joq@0c269be4-1314-0410-8aa9-9f06e86f4224>2004-04-14 16:38:26 +0000
commit99a3a36404390ed781b5b4a1efe70e5d4840583f (patch)
tree0645e76551ad3cfdae07688bc88870099a10f200 /config
parentbd21c02d2d67906c95679aa25d4013a85469d204 (diff)
downloadjack1-99a3a36404390ed781b5b4a1efe70e5d4840583f.tar.gz
[0.97.7] several config fixes
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@698 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'config')
-rw-r--r--config/configure.host6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/configure.host b/config/configure.host
index 6a9666b..afb6c00 100644
--- a/config/configure.host
+++ b/config/configure.host
@@ -141,6 +141,12 @@ case "${host_os}" in
gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu)
os_include_dir="os/gnu-linux"
;;
+ freebsd*)
+ # current FreeBSD header files conflict with the OSS driver's
+ # barrier code, this may be fixed in 5.3, stay tuned.
+ os_include_dir="os/generic"
+ USE_BARRIER="no"
+ ;;
irix*)
os_include_dir="os/irix"
atomicity_include_dir=$os_include_dir