summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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\""
]
}