diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-05-25 22:25:14 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-05-25 22:54:04 +0100 |
commit | 1371d1d952d45a2a7de9d4dc5dcb7a31d09614a8 (patch) | |
tree | b4671aa332a557218bb468dad4d96090573d1794 /Ports/joe/patches/0003-Teach-config.sub-about-serenity.patch | |
parent | 7ceccb7b8270d5fd67d2f96907e2635542966ec5 (diff) | |
download | serenity-1371d1d952d45a2a7de9d4dc5dcb7a31d09614a8.zip |
Ports: Replace the `joe` `config.sub` patch with our download
Diffstat (limited to 'Ports/joe/patches/0003-Teach-config.sub-about-serenity.patch')
-rw-r--r-- | Ports/joe/patches/0003-Teach-config.sub-about-serenity.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Ports/joe/patches/0003-Teach-config.sub-about-serenity.patch b/Ports/joe/patches/0003-Teach-config.sub-about-serenity.patch deleted file mode 100644 index 56c57d5a78..0000000000 --- a/Ports/joe/patches/0003-Teach-config.sub-about-serenity.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 0a0fd1875d7a58753e1c3da90e767e04ed06ef7f Mon Sep 17 00:00:00 2001 -From: Snow <i@xkun.me> -Date: Sun, 15 May 2022 11:41:03 +0800 -Subject: [PATCH 3/4] Teach config.sub about serenity - ---- - config.sub | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/config.sub b/config.sub -index 9633db7..fe9a63e 100755 ---- a/config.sub -+++ b/config.sub -@@ -1374,7 +1374,7 @@ case $os in - | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ - | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ - | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ -- | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) -+ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -serenity*) - # Remember, each alternative MUST END IN *, to match a version number. - ;; - -qnx*) --- -2.36.1 - |