mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:57:35 +00:00
Ports: Add m4 port (#856)
This commit is contained in:
parent
c5ff0da93c
commit
3273dd0478
3 changed files with 48 additions and 0 deletions
14
Ports/m4/patches/configure.patch
Normal file
14
Ports/m4/patches/configure.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
diff --git a/config.sub b/config.sub
|
||||
index 5defff6..040fb4b 100755
|
||||
--- a/config.sub
|
||||
+++ b/config.sub
|
||||
@@ -1222,7 +1222,8 @@ 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*)
|
||||
+ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* \
|
||||
+ | -serenity*)
|
||||
# Remember, each alternative MUST END IN *, to match a version number.
|
||||
;;
|
||||
-qnx*)
|
Loading…
Add table
Add a link
Reference in a new issue