summaryrefslogtreecommitdiff
path: root/www/firefox-esr/files/patch-media-libvpx-vpx_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox-esr/files/patch-media-libvpx-vpx_config.h')
-rw-r--r--www/firefox-esr/files/patch-media-libvpx-vpx_config.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/firefox-esr/files/patch-media-libvpx-vpx_config.h b/www/firefox-esr/files/patch-media-libvpx-vpx_config.h
deleted file mode 100644
index d813ca8c608b..000000000000
--- a/www/firefox-esr/files/patch-media-libvpx-vpx_config.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- media/libvpx/vpx_config.h~
-+++ media/libvpx/vpx_config.h
-@@ -12,11 +12,11 @@
- /* 32 bit MacOS. */
- #include "vpx_config_x86-darwin9-gcc.h"
-
--#elif defined(__linux__) && defined(__i386__)
-+#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(__i386__)
- /* 32 bit Linux. */
- #include "vpx_config_x86-linux-gcc.h"
-
--#elif defined(__linux__) && defined(__x86_64__)
-+#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(__x86_64__)
- /* 64 bit Linux. */
- #include "vpx_config_x86_64-linux-gcc.h"
-