1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 14:35:07 +00:00
serenity/Ports/patch/patches/fix-config-sub.patch
Tim Schumacher 26a48f3516 Ports: Use GNU patch instead of the OpenBSD version
The OpenBSD version is having some weird issues, so:

Reject OpenBSD, return to GNU.
2021-11-10 14:48:39 +01:00

12 lines
719 B
Diff

diff -ur a/build-aux/config.sub b/build-aux/config.sub
--- a/build-aux/config.sub 2018-02-03 13:41:53.000000000 +0100
+++ b/build-aux/config.sub 2021-11-10 01:22:51.034188104 +0100
@@ -1363,7 +1363,7 @@
# The portable systems comes first.
# 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* \
+ -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -serenity* | -irix* \
| -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
| -sym* | -kopensolaris* | -plan9* \