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, 21 insertions, 0 deletions
diff --git a/www/firefox-esr/files/patch-gfx-ycbcr-Makefile.in b/www/firefox-esr/files/patch-gfx-ycbcr-Makefile.in new file mode 100644 index 000000000000..bf6c28297222 --- /dev/null +++ b/www/firefox-esr/files/patch-gfx-ycbcr-Makefile.in @@ -0,0 +1,21 @@ +--- 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 |