diff options
author | Jay Freeman <saurik@saurik.com> | 2008-01-01 05:58:43 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-01-01 05:58:43 +0000 |
commit | ea2670c18699e514ee1d65dfd35ad22c296a74e7 (patch) | |
tree | 6826a5266d78c22210c194772a8daed06ef0a19c /data/subversion/neon.diff | |
parent | a45e85d54e8df7a333946cc52fec519fc6aa4d87 (diff) |
Initial commit.
git-svn-id: http://svn.telesphoreo.org/trunk@2 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/subversion/neon.diff')
-rw-r--r-- | data/subversion/neon.diff | 18 |
1 files changed, 18 insertions, 0 deletions
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 |