aboutsummaryrefslogtreecommitdiffstats
path: root/games/2048/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/2048/files/patch-Makefile')
-rw-r--r--games/2048/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/2048/files/patch-Makefile b/games/2048/files/patch-Makefile
new file mode 100644
index 00000000000..712177e9a87
--- /dev/null
+++ b/games/2048/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig 2016-04-08 17:50:58 UTC
++++ Makefile
+@@ -1,7 +1,7 @@
+ CC ?= clang
+ TTF_FONT_PATH ?= res/Anonymous Pro.ttf
+ CFLAGS += -DTTF_FONT_PATH="\"$(TTF_FONT_PATH)\""
+-CFLAGS += -Wno-visibility -Wno-incompatible-pointer-types -Wall -Wextra
++CFLAGS += -Wall -Wextra
+ CFLAGS += -DINVERT_COLORS -DVT100 -O2
+ LFLAGS +=
+