diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2022-01-08 00:06:12 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-01-08 00:24:23 +0100 |
commit | 5293832fc3901ef0e3d32bb32f46ec27f7981e9c (patch) | |
tree | e8d1350f9465a8cf3fac97b2f3976d25b2dec67d /Ports/libogg/patches | |
parent | 2159385bb65a612672a43773fe2cca9b9791df1d (diff) | |
download | serenity-5293832fc3901ef0e3d32bb32f46ec27f7981e9c.zip |
Ports: Reinstate `config.sub` patch for `libogg`
Commit fee43e3544 broke the `libogg` port build by removing the
`config.sub` patch. This reinstates that patch.
Diffstat (limited to 'Ports/libogg/patches')
-rw-r--r-- | Ports/libogg/patches/config.sub.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Ports/libogg/patches/config.sub.patch b/Ports/libogg/patches/config.sub.patch new file mode 100644 index 0000000000..39af81c4d6 --- /dev/null +++ b/Ports/libogg/patches/config.sub.patch @@ -0,0 +1,11 @@ +--- libogg-1.3.5/config.sub 2021-06-04 01:15:56.000000000 +0200 ++++ libogg-1.3.5-patched/config.sub 2022-01-08 00:05:41.813876348 +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* \ |