openbsd-ports/audio/mpd/patches/patch-configure
bernd 1d60f98bea Update to mpd-0.13.2.
ok MAINTAINER, jasper@
2008-07-15 08:40:49 +00:00

12 lines
330 B
Plaintext

--- 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"