summaryrefslogtreecommitdiff
path: root/www/firefox38/patches/patch-media_libvorbis_Makefile.in
blob: 348f4b563f5ce6d9ded4cf67034cadfef57ba727 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-media_libvorbis_Makefile.in,v 1.1 2015/07/09 14:13:52 ryoon Exp $

--- media/libvorbis/Makefile.in.orig	2014-03-20 11:09:40.000000000 +0000
+++ media/libvorbis/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