aboutsummaryrefslogtreecommitdiffstats
path: root/main/xulrunner/fix-media.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-10-12 10:47:20 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-10-12 10:47:20 +0000
commit2df82e3d3d783c51aaba69c49ddb00a9f25ab138 (patch)
treec729c1aba3f4aded953cc04247a9255250507c7d /main/xulrunner/fix-media.patch
parent69c09e1e4a0b3ff3e0b26151807922bd7b44e607 (diff)
downloadaports-2df82e3d3d783c51aaba69c49ddb00a9f25ab138.tar.bz2
aports-2df82e3d3d783c51aaba69c49ddb00a9f25ab138.tar.xz
main/xulrunner: fix musl build
Based heavily on GregorR's musl-pkgsrc-patches firefox patch, but slightly differs at places to suit Alpine needs.
Diffstat (limited to 'main/xulrunner/fix-media.patch')
-rw-r--r--main/xulrunner/fix-media.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/xulrunner/fix-media.patch b/main/xulrunner/fix-media.patch
new file mode 100644
index 0000000000..0f93cb6e05
--- /dev/null
+++ b/main/xulrunner/fix-media.patch
@@ -0,0 +1,11 @@
+--- mozilla-release/media.orig/mtransport/third_party/nICEr/src/stun/addrs.c
++++ mozilla-release/media/mtransport/third_party/nICEr/src/stun/addrs.c
+@@ -59,8 +59,6 @@
+ #include <net/if_dl.h>
+ #include <net/if_types.h>
+ #include <sys/sockio.h>
+-#else
+-#include <linux/if.h>
+ #endif
+ #include <net/route.h>
+