8f6f941567
Noticed by jakemsr@
29 lines
727 B
Plaintext
29 lines
727 B
Plaintext
$OpenBSD: patch-configure,v 1.9 2009/05/06 20:24:15 kili Exp $
|
|
--- configure.orig Wed Dec 17 12:13:49 2008
|
|
+++ configure Wed May 6 21:49:21 2009
|
|
@@ -25174,7 +25174,7 @@ fi
|
|
VORBIS_LIBS="-L$prefix/lib"
|
|
fi
|
|
|
|
- VORBIS_LIBS="$VORBIS_LIBS -lvorbis -lm"
|
|
+ VORBIS_LIBS="$VORBIS_LIBS -lvorbis -logg -lm"
|
|
VORBISFILE_LIBS="-lvorbisfile"
|
|
VORBISENC_LIBS="-lvorbisenc"
|
|
|
|
@@ -25389,11 +25389,11 @@ if test "x$with_lame" != "xno"; then
|
|
OLD_CFLAGS=$CFLAGS
|
|
OLD_LIBS=$LIBS
|
|
|
|
-if test x$have_vorbis = xtrue; then
|
|
-LIBS="$LIBS -lmp3lame -lvorbis -lm"
|
|
-else
|
|
+#if test x$have_vorbis = xtrue; then
|
|
+#LIBS="$LIBS -lmp3lame -lvorbis -lm"
|
|
+#else
|
|
LIBS="$LIBS -lmp3lame -lm"
|
|
-fi
|
|
+#fi
|
|
|
|
|
|
{ echo "$as_me:$LINENO: checking for lame" >&5
|