summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-23 10:43:03 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-23 10:43:03 +0000
commit775bcb66bb7304e6ca0f0956af2ad9e46ce54041 (patch)
treea2b151ec128daec1c4612a23c64fa5cac430ead4
parentbe97f72aed96593f2127397dbffd2324bab2be02 (diff)
downloadpkg-config-baserock/morph.tar.gz
pkg-config.morph: remove patch alterationsbaserock/morph
We should be using a proper patch for this anyway, rather than fixing up our fuzzy patches.
-rw-r--r--pkg-config.morph2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg-config.morph b/pkg-config.morph
index 5a5237b..f5762c9 100644
--- a/pkg-config.morph
+++ b/pkg-config.morph
@@ -4,8 +4,6 @@
"build-system": "autotools",
"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\""
]
}