summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-22 15:26:08 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-22 15:26:08 +0000
commitcd82f82368aa245662989328de2c34bddcb294e4 (patch)
treefefc8f17340234686d3b2004f6bd3148aae1e9d2
parent431cb92b7a2ae22a9a3146fe7e513feef6bb63dc (diff)
downloadpkg-config-cd82f82368aa245662989328de2c34bddcb294e4.tar.gz
pkg-config.morph: fix another patch
This patch was made between two files in the same directory but with different names, busybox patch tries to open gstrfuncs.c.new because of this, which doesn't exist.
-rw-r--r--pkg-config.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg-config.morph b/pkg-config.morph
index d559e5c..a0c6a4f 100644
--- a/pkg-config.morph
+++ b/pkg-config.morph
@@ -4,6 +4,7 @@
"configure-commands": [
"sed -i -e '/gunzip/s/--stdout/-c/g' autogen.sh",
"sed -i -e 's/glibnoinst_HEADERS/noinst_HEADERS/g' glib-patches/automake-warning.diff",
+ "sed -i -e 's/gstrfuncs.c.new/gstrfuncs.c/g' glib-patches/remove-strsignal-prototype.diff",
"sh autogen.sh --prefix=\"$PREFIX\""
],
"build-commands": [