aboutsummaryrefslogtreecommitdiffstats
path: root/community/wxgtk/config-allow-musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/wxgtk/config-allow-musl.patch')
-rw-r--r--community/wxgtk/config-allow-musl.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/community/wxgtk/config-allow-musl.patch b/community/wxgtk/config-allow-musl.patch
new file mode 100644
index 000000000..8e471e11e
--- /dev/null
+++ b/community/wxgtk/config-allow-musl.patch
@@ -0,0 +1,21 @@
+--- wxWidgets-3.0.2/config.sub
++++ config.sub
+@@ -125,7 +125,7 @@
+ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
+ case $maybe_os in
+ nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
+- linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
++ linux-uclibc* | linux-musl* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
+ knetbsd*-gnu* | netbsd*-gnu* | \
+ kopensolaris*-gnu* | \
+ storm-chaos* | os2-emx* | rtmk-nova*)
+@@ -1352,6 +1352,9 @@
+ -linux-dietlibc)
+ os=-linux-dietlibc
+ ;;
++ -linux-musl)
++ os=-linux-musl
++ ;;
+ -linux*)
+ os=`echo $os | sed -e 's|linux|linux-gnu|'`
+ ;;