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:56:56 +0000
commit07b75fbbeaa85997454d5b7bd7117cba0b2b12ed (patch)
tree8aaaef70e1d4d8d210baceb6820468f75e7e2e1e
parent68497d96f66450e1effa836397c2d26fce8a3a85 (diff)
downloadpkg-config-07b75fbbeaa85997454d5b7bd7117cba0b2b12ed.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 573ee6a..7a66f0a 100644
--- a/pkg-config.morph
+++ b/pkg-config.morph
@@ -4,6 +4,7 @@
"build-system": "autotools",
"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\""
]
}