summarylogtreecommitdiffstats
path: root/sed-syntax.patch
diff options
context:
space:
mode:
authorJoe Neeman2018-01-24 09:00:02 -0600
committerJoe Neeman2018-01-24 09:01:42 -0600
commit0742a1a80a0084be5d98e6f6b7f77b5d4431ce41 (patch)
tree83980e877752865551b58d9f1d9ffee093867fd4 /sed-syntax.patch
parent8ee1a9fcc425de8e03e7c29d9de17f1eb76bb8b2 (diff)
downloadaur-0742a1a80a0084be5d98e6f6b7f77b5d4431ce41.tar.gz
Bump version 3.0.0
Diffstat (limited to 'sed-syntax.patch')
-rw-r--r--sed-syntax.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sed-syntax.patch b/sed-syntax.patch
deleted file mode 100644
index fb9fc1a9380a..000000000000
--- a/sed-syntax.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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