blob: 44cad8fc8e203e04124c5feb70cb7d1c25549146 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- figlet-2.2.5/Makefile 2012-06-01 14:51:09.000000000 +0200
+++ figlet-2.2.5-patched/Makefile 2019-06-09 12:15:01.817177188 +0200
@@ -26,7 +26,7 @@
# Feature flags:
# define TLF_FONTS to use TOIlet TLF fonts
-XCFLAGS = -DTLF_FONTS
+#XCFLAGS = -DTLF_FONTS
# Where to install files
prefix = /usr/local
|