summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-22 14:56:56 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-22 14:59:23 +0000
commit2d15198d1d3c04c0cab9f593534d45dff1762f3c (patch)
tree1738b58e56cdc4e7e8a45682fb3e7eaf5c0054fb
parent4d4683f76b39d043ae6bd3d967f0b55341f155ba (diff)
downloadpkg-config-2d15198d1d3c04c0cab9f593534d45dff1762f3c.tar.gz
pkg-config.morph: make patch more busybox friendly
busybox patch does not handle fuzz well, so correct the range of the automake patch so that it is not fuzzy
-rw-r--r--pkg-config.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg-config.morph b/pkg-config.morph
index affdb2a..915c5ad 100644
--- a/pkg-config.morph
+++ b/pkg-config.morph
@@ -3,6 +3,7 @@
"kind": "chunk",
"configure-commands": [
"sed -i -e '/gunzip/s/--stdout/-c/g' autogen.sh",
+ "sed -i -e '/@@ -65,8 +65,8 @@/s/65/68/g' glib-patches/automake-warning.diff",
"sh autogen.sh --prefix=\"$PREFIX\""
],
"build-commands": [