aboutsummaryrefslogtreecommitdiffstats
path: root/community/wxgtk/config-allow-musl.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-29 01:02:44 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-29 13:30:50 +0000
commit347df81939c6a90347e4bb45bd79f61fd279c146 (patch)
tree9fe7851d98ba233f3d87640ee20d6d451abd451f /community/wxgtk/config-allow-musl.patch
parent1b89bbae418febbb77f1e75305e90afc2c766f25 (diff)
downloadaports-347df81939c6a90347e4bb45bd79f61fd279c146.tar.bz2
aports-347df81939c6a90347e4bb45bd79f61fd279c146.tar.xz
community/wxgtk: correctly update config sub
Diffstat (limited to 'community/wxgtk/config-allow-musl.patch')
-rw-r--r--community/wxgtk/config-allow-musl.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/community/wxgtk/config-allow-musl.patch b/community/wxgtk/config-allow-musl.patch
deleted file mode 100644
index 8e471e11ef..0000000000
--- a/community/wxgtk/config-allow-musl.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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|'`
- ;;