summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Edgecombe2015-10-09 19:13:20 +0100
committerGraham Edgecombe2015-10-09 19:13:20 +0100
commit814276a5a9f66b3b596a3502bbf65bb7e9c4aa66 (patch)
tree9d878f509c71d416e1241fae360fc32f033351dd
parentd66da43e03dd7c3c7fd013c9feb43473e408db3f (diff)
downloadaur-814276a5a9f66b3b596a3502bbf65bb7e9c4aa66.tar.gz
Remove jansson patch.
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01d243e555fa..8b8d668c1cbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,11 +41,6 @@ prepare() {
if [ ! -d lib ]; then
cp -r "$srcdir/local" lib
fi
-
- # The ArchLinux jansson header files are directly under
- # /usr/include.
- find src \( -name '*.c' -or -name '*.h' -or -name '*.cpp' \) \
- -exec sed -i 's@#include <jansson/@#include <@' {} \;
}
build() {