patch-configure 658 B

12345678910111213141516171819202122232425
  1. $OpenBSD: patch-configure,v 1.13 2012/04/22 12:12:30 jasper Exp $
  2. --- configure.orig Thu Mar 29 15:45:15 2012
  3. +++ configure Mon Apr 2 19:49:37 2012
  4. @@ -14951,7 +14951,7 @@ fi
  5. VORBIS_LIBS="-L$prefix/lib"
  6. fi
  7. - VORBIS_LIBS="$VORBIS_LIBS -lvorbis -lm"
  8. + VORBIS_LIBS="$VORBIS_LIBS -lvorbis -logg -lm"
  9. VORBISFILE_LIBS="-lvorbisfile"
  10. VORBISENC_LIBS="-lvorbisenc"
  11. @@ -15111,11 +15111,7 @@ if test "x$with_lame" != "xno"; then
  12. OLD_CFLAGS=$CFLAGS
  13. OLD_LIBS=$LIBS
  14. -if test x$have_vorbis = xtrue; then
  15. -LIBS="$LIBS -lmp3lame -lvorbis -lm"
  16. -else
  17. LIBS="$LIBS -lmp3lame -lm"
  18. -fi
  19. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lame" >&5