mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
Ports: Update figlet's patches to use git patches
This commit is contained in:
parent
1e06a78966
commit
17ef3530cd
Notes:
sideshowbarker
2024-07-17 10:51:11 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/17ef3530cd Pull-request: https://github.com/SerenityOS/serenity/pull/14055 Reviewed-by: https://github.com/danners Reviewed-by: https://github.com/timschumi
3 changed files with 32 additions and 11 deletions
25
Ports/figlet/patches/0001-Disable-toilet-fonts.patch
Normal file
25
Ports/figlet/patches/0001-Disable-toilet-fonts.patch
Normal file
|
@ -0,0 +1,25 @@
|
|||
From a31eefa8225cdf14ac34d57d85cdc27df027b09b Mon Sep 17 00:00:00 2001
|
||||
From: Larkin <45925460+larb0b@users.noreply.github.com>
|
||||
Date: Tue, 24 Sep 2019 02:56:39 -0400
|
||||
Subject: [PATCH] Disable toilet fonts
|
||||
|
||||
---
|
||||
Makefile | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 5a51d51..5044b4c 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -26,7 +26,7 @@ LDFLAGS =
|
||||
|
||||
# Feature flags:
|
||||
# define TLF_FONTS to use TOIlet TLF fonts
|
||||
-XCFLAGS = -DTLF_FONTS
|
||||
+#XCFLAGS = -DTLF_FONTS
|
||||
|
||||
# Where to install files
|
||||
prefix = /usr/local
|
||||
--
|
||||
2.36.1
|
||||
|
7
Ports/figlet/patches/ReadMe.md
Normal file
7
Ports/figlet/patches/ReadMe.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Patches for figlet on SerenityOS
|
||||
|
||||
## `0001-Disable-toilet-fonts.patch`
|
||||
|
||||
Disable toilet fonts
|
||||
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- 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
|
Loading…
Reference in a new issue