pkgsrc/security/tor-browser/patches/patch-media_libtremor_Makefile.in
ryoon 7eeedaa1b3 Update to 6.0.8
* Use OpenBSD Ports distfile
* Profile directory has changed to $HOME/TorBrowser-Data
* Besed on Firefox 45.6.0
2017-01-22 12:27:21 +00:00

14 lines
505 B
Text

$NetBSD: patch-media_libtremor_Makefile.in,v 1.2 2017/01/22 12:27:22 ryoon Exp $
--- media/libtremor/Makefile.in.orig 2014-03-20 11:09:40.000000000 +0000
+++ 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