f9e1049018
Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is fast and easy to use, and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available.
14 lines
505 B
Text
14 lines
505 B
Text
$NetBSD: patch-media_libvorbis_Makefile.in,v 1.1 2014/11/03 12:18:32 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
|