-lvorbis requires -lm -logg

This commit is contained in:
naddy 2004-01-26 21:02:31 +00:00
parent 0ca45cc643
commit 0688dca17d

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-configure,v 1.2 2003/10/13 14:47:24 naddy Exp $
--- configure.orig 2003-09-17 17:59:04.000000000 +0200
+++ configure 2003-10-12 21:57:33.000000000 +0200
$OpenBSD: patch-configure,v 1.3 2004/01/26 21:02:31 naddy Exp $
--- configure.orig 2003-09-17 17:59:26.000000000 +0200
+++ configure 2004-01-26 21:50:05.000000000 +0100
@@ -2450,7 +2450,7 @@ if test -z "$GCC"; then
case $host in
*)
@ -21,3 +21,12 @@ $OpenBSD: patch-configure,v 1.2 2003/10/13 14:47:24 naddy Exp $
;;
esac
fi
@@ -2802,7 +2802,7 @@ if test "${ac_cv_lib_vorbisfile_ov_read_
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lvorbisfile -logg -lvorbis $LIBS"
+LIBS="-lvorbisfile -lvorbis -lm -logg $LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
/* confdefs.h. */