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

12 lines
330 B
Plaintext
Raw Normal View History

--- configure.orig Tue Jun 17 07:46:22 2008
+++ configure Wed Jul 9 12:26:44 2008
@@ -26288,7 +26288,7 @@ fi
LIBFLAC_LIBS="-L$libdir"
fi
- LIBFLAC_LIBS="$LIBFLAC_LIBS -lFLAC -lm"
+ LIBFLAC_LIBS="$LIBFLAC_LIBS -lFLAC -logg -lm"
if test "x$libFLAC_includes" != "x" ; then
LIBFLAC_CFLAGS="-I$libFLAC_includes"