2006-01-23 12:09:36 -05:00
|
|
|
$OpenBSD: patch-configure,v 1.2 2006/01/23 17:09:36 naddy Exp $
|
|
|
|
--- configure.orig Mon Jan 23 17:30:07 2006
|
|
|
|
+++ configure Mon Jan 23 17:30:29 2006
|
|
|
|
@@ -4800,7 +4800,7 @@ if test "${ac_cv_lib_vorbisfile_main+set
|
|
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2005-01-24 12:51:36 -05:00
|
|
|
else
|
2006-01-23 12:09:36 -05:00
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2005-01-24 12:51:36 -05:00
|
|
|
-LIBS="-lvorbisfile -lvorbis $LIBS"
|
|
|
|
+LIBS="-lvorbisfile -lvorbis -logg $LIBS"
|
2006-01-23 12:09:36 -05:00
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
/* confdefs.h. */
|
|
|
|
_ACEOF
|
|
|
|
@@ -4858,7 +4858,7 @@ else
|
2005-01-24 12:51:36 -05:00
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$HAVE_OGG" = "yes" ; then
|
|
|
|
- OGG_LIBS="-lvorbisfile -lvorbis"
|
|
|
|
+ OGG_LIBS="-lvorbisfile -lvorbis -logg"
|
2006-01-23 12:09:36 -05:00
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
2005-01-24 12:51:36 -05:00
|
|
|
#define INCLUDE_OGG 1
|