freebsd-ports/audio/flite/files/patch-configure
Philip M. Gollucci 6e1bc58236 - Update to 1.4
- Remove MD5

PR:             ports/150438
Submitted by:   kwm
Approved by:    maintainer timeout (sobomax ; 104 days, kwm 83 days)
2010-12-27 19:54:17 +00:00

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
;;