diff options
Diffstat (limited to 'mail/thunderbird/files/patch-bug789656')
-rw-r--r-- | mail/thunderbird/files/patch-bug789656 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-bug789656 b/mail/thunderbird/files/patch-bug789656 new file mode 100644 index 0000000..17f1419 --- /dev/null +++ b/mail/thunderbird/files/patch-bug789656 @@ -0,0 +1,11 @@ +--- mozilla/media/libopus/Makefile.in~ ++++ mozilla/media/libopus/Makefile.in +@@ -20,7 +20,7 @@ DEFINES += \ + -Drestrict= \ + $(NULL) + +-ifneq ($(filter $(OS_ARCH),Linux Darwin),) ++ifneq ($(filter $(OS_ARCH),Linux Darwin DragonFly FreeBSD NetBSD OpenBSD),) + DEFINES += -DHAVE_LRINTF + endif + ifeq ($(OS_ARCH), WINNT) |