summaryrefslogtreecommitdiff
path: root/dev-lisp/gcl/files/gcl-2.6.12-gcc5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/gcl/files/gcl-2.6.12-gcc5.patch')
-rw-r--r--dev-lisp/gcl/files/gcl-2.6.12-gcc5.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/dev-lisp/gcl/files/gcl-2.6.12-gcc5.patch b/dev-lisp/gcl/files/gcl-2.6.12-gcc5.patch
deleted file mode 100644
index 07d3892eb0b6..000000000000
--- a/dev-lisp/gcl/files/gcl-2.6.12-gcc5.patch
+++ /dev/null
@@ -1,8 +0,0 @@
-diff -r -U1 gcl.orig/makefile gcl/makefile
---- gcl.orig/makefile 2014-10-23 23:29:00.000000000 +0200
-+++ gcl/makefile 2016-02-17 18:10:29.871808118 +0100
-@@ -267,3 +267,3 @@
- $(AWK) 'BEGIN {print "#include \"include.h\"";print "#include \"cmponly.h\"";print "---"} {a=$$1;gsub("\\.\\.\\.","",a);print "\"#define " $$1 "\" " a}' $< |\
-- $(CC) -E -I./$(HDIR) - |\
-+ $(CC) -E -P -I./$(HDIR) - |\
- $(AWK) '/^\-\-\-$$/ {i=1;next} {if (!i) next} {gsub("\"","");print}' >$@