openbsd-ports/audio/mpd/patches/patch-configure
jasper e770f35a47 - update mpd to 0.13.0
- regen patches while here

from simon kuhnle with a tweak by me
2007-06-22 11:42:14 +00:00

12 lines
374 B
Plaintext

--- configure.orig Mon May 28 15:20:18 2007
+++ configure Fri Jun 22 13:31:06 2007
@@ -28646,7 +28646,7 @@ fi
LIBOGGFLAC_LIBS="-L$libdir"
fi
- LIBOGGFLAC_LIBS="$LIBOGGFLAC_LIBS -lOggFLAC -lFLAC -lm"
+ LIBOGGFLAC_LIBS="$LIBOGGFLAC_LIBS -lOggFLAC -lFLAC -logg -lm"
if test "x$libOggFLAC_includes" != "x" ; then
LIBOGGFLAC_CFLAGS="-I$libOggFLAC_includes"