Magellan Linux

Contents of /trunk/subversion/patches/subversion-1.4.5-apr-cppflags.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389 - (show annotations) (download)
Tue Oct 30 17:58:35 2007 UTC (16 years, 6 months ago) by niro
File size: 426 byte(s)
-added compilation fix for newer apr

1 --- subversion-1.3.1/build/ac-macros/apr.m4 2004-11-24 00:18:18.000000000 +0100
2 +++ subversion-1.3.1/build/ac-macros/apr.m4.new 2006-04-16 17:57:36.214707250 +0200
3 @@ -59,7 +59,7 @@
4 AC_MSG_ERROR([apr-config --ldflags failed])
5 fi
6
7 - SVN_APR_INCLUDES="`$apr_config --includes`"
8 + SVN_APR_INCLUDES="`$apr_config --includes --cppflags`"
9 if test $? -ne 0; then
10 AC_MSG_ERROR([apr-config --includes failed])
11 fi