diff options
Diffstat (limited to 'www/firefox-esr/files/patch-gfx-ycbcr-Makefile.in')
-rw-r--r-- | www/firefox-esr/files/patch-gfx-ycbcr-Makefile.in | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/www/firefox-esr/files/patch-gfx-ycbcr-Makefile.in b/www/firefox-esr/files/patch-gfx-ycbcr-Makefile.in deleted file mode 100644 index bf6c28297222..000000000000 --- a/www/firefox-esr/files/patch-gfx-ycbcr-Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- gfx/ycbcr/Makefile.in~ -+++ gfx/ycbcr/Makefile.in -@@ -58,6 +58,10 @@ ifeq ($(OS_ARCH),Linux) - CPPSRCS += yuv_row_posix.cpp \ - $(NULL) - else -+ifeq ($(OS_ARCH),FreeBSD) -+CPPSRCS += yuv_row_posix.cpp \ -+ $(NULL) -+else - ifeq ($(OS_ARCH),SunOS) - CPPSRCS += yuv_row_posix.cpp \ - $(NULL) -@@ -70,6 +74,7 @@ CPPSRCS += yuv_row_other.cpp \ - $(NULL) - endif # Darwin - endif # SunOS -+endif # FreeBSD - endif # linux - endif # windows -
\ No newline at end of file |