aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/libavutil.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-09-07 18:36:38 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2016-09-07 18:44:48 +0200
commit1fb4e1ed62aab97941b69e0d8798cd24f254a5d8 (patch)
tree5f41efc4a220f8eb8bd493f7af1f33e19f56ab6c /testing/firefox/libavutil.patch
parent800379c699bf38a8c193a9889fff85f69528d8e2 (diff)
downloadaports-1fb4e1ed62aab97941b69e0d8798cd24f254a5d8.tar.bz2
aports-1fb4e1ed62aab97941b69e0d8798cd24f254a5d8.tar.xz
testing/firefox: fixes for gcc6 and cleanup
We apparently need add a few CXXFLAGS to make it work: -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2 we clean up some patches and refactor the build a bit too, so it is closer to void linux
Diffstat (limited to 'testing/firefox/libavutil.patch')
-rw-r--r--testing/firefox/libavutil.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/firefox/libavutil.patch b/testing/firefox/libavutil.patch
deleted file mode 100644
index ba1e1a2457..0000000000
--- a/testing/firefox/libavutil.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/media/libav/libavutil/cpu.c b/media/libav/libavutil/cpu.c
-index 354d21e..6a44cea 100644
---- a/media/libav/libavutil/cpu.c
-+++ b/media/libav/libavutil/cpu.c
-@@ -36,7 +36,6 @@
- #include <sys/param.h>
- #endif
- #include <sys/types.h>
--#include <sys/sysctl.h>
- #endif
- #if HAVE_SYSCONF
- #include <unistd.h>