pkgsrc/mail/thunderbird31/patches/patch-mozilla_media_libtheora_Makefile.in
ryoon 6e95e654f9 Import thunderbird31-31.7.0 as mail/thunderbird31.
Mozilla Thunderbird is a redesign of the Mozilla mail component. The
goal is to produce a cross platform stand alone mail application using
the XUL user interface language. This version tracks 31 ESR.
2015-07-13 17:49:26 +00:00

14 lines
529 B
Text

$NetBSD: patch-mozilla_media_libtheora_Makefile.in,v 1.1 2015/07/13 17:49:26 ryoon Exp $
--- mozilla/media/libtheora/Makefile.in.orig 2014-07-27 06:20:09.000000000 +0000
+++ mozilla/media/libtheora/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