forked from Lainports/freebsd-ports
- Remove MD5 PR: ports/150438 Submitted by: kwm Approved by: maintainer timeout (sobomax ; 104 days, kwm 83 days)
23 lines
489 B
Text
23 lines
489 B
Text
|
|
$FreeBSD$
|
|
|
|
--- 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
|
|
;;
|