summaryrefslogtreecommitdiff
path: root/games-puzzle/einstein/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-puzzle/einstein/files
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-puzzle/einstein/files')
-rw-r--r--games-puzzle/einstein/files/einstein-2.0-as-needed.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-puzzle/einstein/files/einstein-2.0-as-needed.patch b/games-puzzle/einstein/files/einstein-2.0-as-needed.patch
deleted file mode 100644
index 3edb666ad690..000000000000
--- a/games-puzzle/einstein/files/einstein-2.0-as-needed.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile.old 2009-02-09 16:37:58.000000000 +0100
-+++ b/Makefile 2009-02-09 16:38:13.000000000 +0100
-@@ -49,7 +49,7 @@
-
-
- $(TARGET): $(OBJECTS)
-- $(CXX) $(LNFLAGS) $(OBJECTS) -o $(TARGET)
-+ $(CXX) $(LDFLAGS) $(OBJECTS) -o $(TARGET) $(LNFLAGS)
-
- clean:
- rm -f $(OBJECTS) core* *core $(TARGET) *~