3ccc31789e
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 uses the gtk2 toolkit.
14 lines
529 B
Text
14 lines
529 B
Text
$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
|