diff options
Diffstat (limited to 'Ports/libgd/patches/configure.patch')
-rw-r--r-- | Ports/libgd/patches/configure.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Ports/libgd/patches/configure.patch b/Ports/libgd/patches/configure.patch new file mode 100644 index 0000000000..9bca019e10 --- /dev/null +++ b/Ports/libgd/patches/configure.patch @@ -0,0 +1,12 @@ +diff -ruN libgd-2.3.3/config/config.sub libgd-2.3.3.patched/config/config.sub +--- libgd-2.3.3/config/config.sub 2021-09-11 01:12:11.000000000 -0400 ++++ libgd-2.3.3.patched/config/config.sub 2022-01-05 15:38:17.115307773 -0500 +@@ -1390,7 +1390,7 @@ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ + | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme* \ +- | -midnightbsd*) ++ | -midnightbsd* | -serenity*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) |