# HG changeset patch # User nemo # Date 1164042405 28800 # Node ID 3b5878a7c62fc749612f21ae0be85a2282dac7a3 # Parent 1983383db0f5451d0ee12fc7c43e48e188095267 [svn] typo diff -r 1983383db0f5 -r 3b5878a7c62f ChangeLog --- a/ChangeLog Sun Nov 19 22:54:10 2006 -0800 +++ b/ChangeLog Mon Nov 20 09:06:45 2006 -0800 @@ -1,3 +1,16 @@ +2006-11-20 06:54:10 +0000 Yoshiki Yazawa + revision [586] + build fixes: + - now configure properly find flac 1.1.3beta2 + - fix CXXFLAGS. it would lose audacious include path if --with-libFLAC was given. + - suppress gcc 4.1.1 compile warnings + + trunk/m4/libFLAC.m4 | 6 +++--- + trunk/src/paranormal/cfg.c | 4 ++-- + trunk/src/xspf/urlencode.c | 1 + + 3 files changed, 6 insertions(+), 5 deletions(-) + + 2006-11-19 23:37:28 +0000 William Pitcock revision [584] - add surface flip diff -r 1983383db0f5 -r 3b5878a7c62f m4/libFLAC.m4 --- a/m4/libFLAC.m4 Sun Nov 19 22:54:10 2006 -0800 +++ b/m4/libFLAC.m4 Mon Nov 20 09:06:45 2006 -0800 @@ -28,7 +28,7 @@ LIBFLAC_CFLAGS="-I$prefix/include -I$libFLAC_includes" elif test "x$libFLAC_prefix" != "x" ; then LIBFLAC_CFLAGS="-I$prefix/include -I$libFLAC_prefix/include" - elif test "$prefix" != "xNONE"; then + elif test "x$prefix" != "xNONE"; then LIBFLAC_CFLAGS="-I$prefix/include" fi