mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
20 lines
477 B
Text
20 lines
477 B
Text
--- 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
|
|
;;
|