mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:47:34 +00:00
Ports: Add OpenSSH port
This commit is contained in:
parent
bf809226de
commit
0f52144477
12 changed files with 1417 additions and 0 deletions
13
Ports/openssh/patches/config.sub.patch
Normal file
13
Ports/openssh/patches/config.sub.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
cd1bd18834e519c4787a4e3672fa0afdf1b22da7 Add Serenity to config.sub
|
||||
diff --git a/config.sub b/config.sub
|
||||
index 973a2980..cf386e5c 100755
|
||||
--- a/config.sub
|
||||
+++ b/config.sub
|
||||
@@ -1339,6 +1339,7 @@ case $os in
|
||||
# Each alternative MUST end in a * to match a version number.
|
||||
# sysv* is not here because it comes later, after sysvr4.
|
||||
gnu* | bsd* | mach* | minix* | genix* | ultrix* | irix* \
|
||||
+ | serenity* \
|
||||
| *vms* | esix* | aix* | cnk* | sunos | sunos[34]*\
|
||||
| hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
|
||||
| sym* | kopensolaris* | plan9* \
|
Loading…
Add table
Add a link
Reference in a new issue