aboutsummaryrefslogtreecommitdiff
path: root/games/legesmotus/files/patch-common.mak
diff options
context:
space:
mode:
Diffstat (limited to 'games/legesmotus/files/patch-common.mak')
-rw-r--r--games/legesmotus/files/patch-common.mak23
1 files changed, 0 insertions, 23 deletions
diff --git a/games/legesmotus/files/patch-common.mak b/games/legesmotus/files/patch-common.mak
deleted file mode 100644
index 31311b86dca9..000000000000
--- a/games/legesmotus/files/patch-common.mak
+++ /dev/null
@@ -1,23 +0,0 @@
---- common.mak.orig 2010-04-25 02:40:51.000000000 +0400
-+++ common.mak 2010-04-25 23:05:50.000000000 +0400
-@@ -8,7 +8,6 @@
- VERSION = 0.3.0
-
- # These may be overridden by config.mak
--DATADIR = data
- #UNIVERSAL = 1
- #UNIXSTYLE = 1
-
-@@ -112,12 +111,6 @@
- CFLAGS += -Wall
- CXXFLAGS += -Wnon-virtual-dtor
-
--ifeq ($(DEBUG),1)
-- CFLAGS += -g -O0
--else
-- CFLAGS += -O2
--endif
--
- LDFLAGS += $(CFLAGS)
- CFLAGS += $(FLAGS_GL) $(INCLUDES)
- ifeq ($(MACHINE),Windows)