diff options
author | Gunnar Beutner <gunnar@beutner.name> | 2021-04-19 16:24:37 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-19 17:55:35 +0200 |
commit | 8388e822cbf7f1dc4c026e6accc779f9357309db (patch) | |
tree | ceff4a9f8e6e5c503e3f2086383ae0410fbc0e5c /Ports/xz/patches | |
parent | bd08f9188a60536221df2f00d58a4ff54bd0e753 (diff) | |
download | serenity-8388e822cbf7f1dc4c026e6accc779f9357309db.zip |
Ports: Add xz port
Diffstat (limited to 'Ports/xz/patches')
-rw-r--r-- | Ports/xz/patches/configure.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Ports/xz/patches/configure.patch b/Ports/xz/patches/configure.patch new file mode 100644 index 0000000000..1aa09cca12 --- /dev/null +++ b/Ports/xz/patches/configure.patch @@ -0,0 +1,12 @@ +diff -Naur xz-5.2.5/build-aux/config.sub xz-5.2.5.serenity/build-aux/config.sub +--- xz-5.2.5/build-aux/config.sub 2020-03-17 15:29:35.000000000 +0100 ++++ xz-5.2.5.serenity/build-aux/config.sub 2021-04-18 21:28:26.405741777 +0200 +@@ -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* | -irix* | -serenity* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ + | -sym* | -kopensolaris* | -plan9* \ |