mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
3bc699a336
This was the first piece of 3rd party software I got running on Serenity, so having it as a port feels like some kind of milestone. I think :^)
11 lines
312 B
Diff
11 lines
312 B
Diff
--- 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
|