summarylogtreecommitdiffstats
path: root/sed-syntax.patch
diff options
context:
space:
mode:
authorJoe Neeman2017-01-16 20:48:45 +0100
committerJoe Neeman2017-01-16 20:48:45 +0100
commit8ee1a9fcc425de8e03e7c29d9de17f1eb76bb8b2 (patch)
tree577d3066e8788711bc78f9efea7b3bcdb29695f9 /sed-syntax.patch
parentf8ee105faa838d8e5a969a86ecc9c5a0a8ae0689 (diff)
downloadaur-8ee1a9fcc425de8e03e7c29d9de17f1eb76bb8b2.tar.gz
Patch the configure script for updated sed syntax.
Diffstat (limited to 'sed-syntax.patch')
-rw-r--r--sed-syntax.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sed-syntax.patch b/sed-syntax.patch
new file mode 100644
index 000000000000..fb9fc1a9380a
--- /dev/null
+++ b/sed-syntax.patch
@@ -0,0 +1,12 @@
+diff -u a/configure b/configure
+--- a/configure 2015-11-20 19:37:24.000000000 +0100
++++ b/configure 2017-01-16 15:52:05.273024056 +0100
+@@ -24301,7 +24301,7 @@
+ sed -n 's/^[ ]*MULFUNC_PROLOGUE(\(.*\))/\1/p' $tmp_file ;
+ sed -n 's/^[ ]*PROLOGUE(\([^,]*\).*)/\1/p' $tmp_file ;
+ sed -n 's/^;[ ]*PROLOGUE(\([^,]*\).*)/\1/p' $tmp_file ;
+- sed -n 's/[^G]*GLOBAL_FUNC[:space:]*\(.*\)/\1/p' $tmp_file ;
++ sed -n 's/[^G]*GLOBAL_FUNC[[:space:]]*\(.*\)/\1/p' $tmp_file ;
+ `
+ for gmp_tmp in $gmp_ep; do
+ cat >>confdefs.h <<_ACEOF