Author: hawk Date: Wed Oct 15 10:08:01 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix includes for subversion plugin
---- Files affected: SOURCES: anjuta-includes.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/anjuta-includes.patch diff -u /dev/null SOURCES/anjuta-includes.patch:1.1 --- /dev/null Wed Oct 15 12:08:02 2008 +++ SOURCES/anjuta-includes.patch Wed Oct 15 12:07:56 2008 @@ -0,0 +1,11 @@ +--- configure.in.orig 2008-09-23 20:49:44.000000000 +0200 ++++ configure.in 2008-10-15 11:15:43.000000000 +0200 +@@ -967,7 +967,7 @@ + else + SVN_LIB="$APR_LIBS $NEON_LIBS -lsvn_client-1 -lsvn_subr-1" + fi +- SVN_CFLAGS="$APR_CFLAGS $NEON_CFLAGS" ++ SVN_CFLAGS="$APR_CFLAGS $APR_UTILS_CFLAGS $NEON_CFLAGS" + fi + + AM_CONDITIONAL(BUILD_SVN, [test -n "$SVN_INCLUDE"]) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
