openbsd-ports/audio/mp3blaster/patches/patch-configure

22 lines
635 B
Plaintext
Raw Normal View History

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
else
2006-01-23 12:09:36 -05:00
ac_check_lib_save_LIBS=$LIBS
-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
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
#define INCLUDE_OGG 1