diff options
Diffstat (limited to 'mail/thunderbird-esr/files/patch-mozilla-gfx-ycbcr-Makefile.in')
-rw-r--r-- | mail/thunderbird-esr/files/patch-mozilla-gfx-ycbcr-Makefile.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/files/patch-mozilla-gfx-ycbcr-Makefile.in b/mail/thunderbird-esr/files/patch-mozilla-gfx-ycbcr-Makefile.in new file mode 100644 index 000000000000..041689a51995 --- /dev/null +++ b/mail/thunderbird-esr/files/patch-mozilla-gfx-ycbcr-Makefile.in @@ -0,0 +1,21 @@ +--- mozilla/gfx/ycbcr/Makefile.in~ ++++ mozilla/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 |