summaryrefslogtreecommitdiff
path: root/Ports/gmp/patches/0001-Teach-configfsf.sub-about-serenity.patch
blob: 1ba22eee50b0c0f66faa5060211f90f6a280a79d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 09cd709c6d4b7e180b2ddff01f3f03ac658726b3 Mon Sep 17 00:00:00 2001
From: Brendan Coles <bcoles@gmail.com>
Date: Thu, 8 Apr 2021 07:11:06 +0000
Subject: [PATCH] Teach configfsf.sub about serenity

---
 configfsf.sub | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configfsf.sub b/configfsf.sub
index 8167d08..ad8066a 100755
--- a/configfsf.sub
+++ b/configfsf.sub
@@ -1691,6 +1691,7 @@ case $os in
 	# The portable systems comes first.
 	# Each alternative MUST end in a * to match a version number.
 	gnu* | android* | bsd* | mach* | minix* | genix* | ultrix* | irix* \
+	     | serenity* \
 	     | *vms* | esix* | aix* | cnk* | sunos | sunos[34]* \
 	     | hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
 	     | sym* |  plan9* | psp* | sim* | xray* | os68k* | v88r* \
-- 
2.36.1