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:34:54 +0000
commitbe97f72aed96593f2127397dbffd2324bab2be02 (patch)
tree2e5752d72af6c6820412d0c964014c79e4d8a054
parentec3e6bf09f07b9ad784dfdb96c7452c802ee745c (diff)
downloadpkg-config-be97f72aed96593f2127397dbffd2324bab2be02.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 66672a4..5a5237b 100644
--- a/pkg-config.morph
+++ b/pkg-config.morph
@@ -5,6 +5,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\""
]
}