blob: 95ff4a643155cb8501c765a724a16a502bd24713 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig 2009-08-14 22:50:59.000000000 +0200
+++ configure 2010-09-09 15:07:27.000000000 +0200
@@ -4079,7 +4079,7 @@
OTHERLIBS=
if test "$shared" = true; then
case "$target_os" in
- linux*|k*bsd*-gnu|gnu*)
+ linux*|k*bsd*-gnu|gnu*|*bsd*)
SHFLAGS="-fPIC"
;;
solaris*)
@@ -4893,7 +4893,7 @@
AUDIODEFS=-DCST_AUDIO_ALSA
AUDIOLIBS=-lasound
;;
- *bsd)
+ *bsd*)
AUDIODRIVER=oss
AUDIODEFS=-DCST_AUDIO_FREEBSD
;;
|