From ea2670c18699e514ee1d65dfd35ad22c296a74e7 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Tue, 1 Jan 2008 05:58:43 +0000 Subject: Initial commit. git-svn-id: http://svn.telesphoreo.org/trunk@2 514c082c-b64e-11dc-b46d-3d985efe055d --- data/subversion/neon.diff | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data/subversion/neon.diff (limited to 'data/subversion/neon.diff') diff --git a/data/subversion/neon.diff b/data/subversion/neon.diff new file mode 100644 index 000000000..6dde31ed3 --- /dev/null +++ b/data/subversion/neon.diff @@ -0,0 +1,18 @@ +diff -ru subversion-1.4.6/build/ac-macros/neon.m4 subversion-1.4.6+iPhone/build/ac-macros/neon.m4 +--- subversion-1.4.6/build/ac-macros/neon.m4 2006-10-20 23:44:09.000000000 +0000 ++++ subversion-1.4.6+iPhone/build/ac-macros/neon.m4 2007-12-28 12:43:02.000000000 +0000 +@@ -38,10 +38,11 @@ + if test "$withval" = "yes" ; then + AC_MSG_ERROR([--with-neon requires an argument.]) + else +- neon_config="$withval/bin/neon-config" ++ svn_allowed_neon_on_system="yes" ++ SVN_NEON_INCLUDES="-I$withval/include/neon" ++ NEON_LIBS="$withval/lib/libneon.dylib" ++ svn_lib_neon="yes" + fi +- +- SVN_NEON_CONFIG() + ], + [ + if test -d $abs_srcdir/neon ; then -- cgit v1.2.3