summaryrefslogtreecommitdiff
path: root/mail/thunderbird45/patches/patch-mozilla_media_libtremor_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird45/patches/patch-mozilla_media_libtremor_Makefile.in')
-rw-r--r--mail/thunderbird45/patches/patch-mozilla_media_libtremor_Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/thunderbird45/patches/patch-mozilla_media_libtremor_Makefile.in b/mail/thunderbird45/patches/patch-mozilla_media_libtremor_Makefile.in
new file mode 100644
index 00000000000..5ff6d3a6be4
--- /dev/null
+++ b/mail/thunderbird45/patches/patch-mozilla_media_libtremor_Makefile.in
@@ -0,0 +1,14 @@
+$NetBSD: patch-mozilla_media_libtremor_Makefile.in,v 1.1 2017/04/27 13:38:19 ryoon Exp $
+
+--- mozilla/media/libtremor/Makefile.in.orig 2016-04-17 13:47:46.300311547 +0000
++++ mozilla/media/libtremor/Makefile.in
+@@ -0,0 +1,9 @@
++# This Source Code Form is subject to the terms of the Mozilla Public
++# License, v. 2.0. If a copy of the MPL was not distributed with this
++# file, You can obtain one at http://mozilla.org/MPL/2.0/.
++
++include $(topsrcdir)/config/rules.mk
++
++ifdef MOZ_NATIVE_OGG
++CFLAGS += $(MOZ_OGG_CFLAGS)
++endif