aboutsummaryrefslogtreecommitdiffstats
path: root/community/farbfeld/gcc6-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/farbfeld/gcc6-fixes.patch')
-rw-r--r--community/farbfeld/gcc6-fixes.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/farbfeld/gcc6-fixes.patch b/community/farbfeld/gcc6-fixes.patch
deleted file mode 100644
index 6cd8a287be..0000000000
--- a/community/farbfeld/gcc6-fixes.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -upr farbfeld-3.orig/Makefile farbfeld-3/Makefile
---- farbfeld-3.orig/Makefile 2017-04-15 11:29:09.298371171 +0200
-+++ farbfeld-3/Makefile 2017-04-15 11:30:24.244786006 +0200
-@@ -23,7 +23,7 @@ $(BIN): $(REQ:=.o)
- $(BIN:=.o): config.mk $(HDR) $(REQ:=.h)
-
- .o:
-- $(CC) $(LDFLAGS) $($*-LDFLAGS) -o $@ $< $(REQ:=.o)
-+ $(CC) $< $(REQ:=.o) -o $@ $(LDFLAGS) $($*-LDFLAGS)
-
- clean:
- rm -f $(BIN) $(BIN:=.o) $(REQ:=.o)