summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/subversion/subversion/neon-detection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/subversion/subversion/neon-detection.patch')
-rw-r--r--meta/recipes-devtools/subversion/subversion/neon-detection.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-devtools/subversion/subversion/neon-detection.patch b/meta/recipes-devtools/subversion/subversion/neon-detection.patch
deleted file mode 100644
index 2a9cf1fa87..0000000000
--- a/meta/recipes-devtools/subversion/subversion/neon-detection.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Upstream-Status: Inappropriate [embedded specific]
2
3Index: subversion-1.6.13/build/ac-macros/neon.m4
4===================================================================
5--- subversion-1.6.13.orig/build/ac-macros/neon.m4
6+++ subversion-1.6.13/build/ac-macros/neon.m4
7@@ -42,7 +42,7 @@ AC_DEFUN(SVN_LIB_NEON,
8 AC_MSG_ERROR([--with-neon requires an argument.])
9 fi
10 else
11- neon_config="$withval/bin/neon-config"
12+ neon_config="env env PKG_CONFIG_PATH=${withval}:${PKG_CONFIG_PATH} pkg-config neon"
13 fi
14
15 SVN_NEON_CONFIG()