diff options
Diffstat (limited to 'Ports/SDL2_image/patches/configure.patch')
-rw-r--r-- | Ports/SDL2_image/patches/configure.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Ports/SDL2_image/patches/configure.patch b/Ports/SDL2_image/patches/configure.patch new file mode 100644 index 0000000000..01da8b81ae --- /dev/null +++ b/Ports/SDL2_image/patches/configure.patch @@ -0,0 +1,11 @@ +--- SDL2_image-2.0.5/config.sub 2019-06-30 06:52:03.000000000 +0200 ++++ /home/baitinq/serenity/Ports/SDL2_image-2.0.5/config.sub 2021-04-01 01:55:57.769997556 +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* | -serenity* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ + | -sym* | -kopensolaris* | -plan9* \ |