summaryrefslogtreecommitdiff
path: root/www/firefox-esr/files/patch-media-libvpx-vpx_config.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2012-03-26 08:04:09 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2012-03-26 08:04:09 +0000
commit1d5dc71eb7e37fe26825750015d76d77232f3626 (patch)
treee4f346c12ea0d1968d06e21b461decec80118e7d /www/firefox-esr/files/patch-media-libvpx-vpx_config.c
parentReadd BROKEN: still can't find numpy (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_3_0'.release/8.3.0
Diffstat (limited to 'www/firefox-esr/files/patch-media-libvpx-vpx_config.c')
-rw-r--r--www/firefox-esr/files/patch-media-libvpx-vpx_config.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/firefox-esr/files/patch-media-libvpx-vpx_config.c b/www/firefox-esr/files/patch-media-libvpx-vpx_config.c
deleted file mode 100644
index 1cc3dab5b8bb..000000000000
--- a/www/firefox-esr/files/patch-media-libvpx-vpx_config.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- media/libvpx/vpx_config_c.c~
-+++ media/libvpx/vpx_config_c.c
-@@ -12,11 +12,11 @@
- /* 32 bit MacOS. */
- #include "vpx_config_x86-darwin9-gcc.c"
-
--#elif defined(__linux__) && defined(__i386__)
-+#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(__i386__)
- /* 32 bit Linux. */
- #include "vpx_config_x86-linux-gcc.c"
-
--#elif defined(__linux__) && defined(__x86_64__)
-+#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(__x86_64__)
- /* 64 bit Linux. */
- #include "vpx_config_x86_64-linux-gcc.c"
-