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.
60 lines
1.1 KiB
Text
60 lines
1.1 KiB
Text
$NetBSD: patch-config_system-headers,v 1.1 2014/11/03 12:18:32 ryoon Exp $
|
|
|
|
--- config/system-headers.orig 2014-07-17 01:45:08.000000000 +0000
|
|
+++ config/system-headers
|
|
@@ -1048,8 +1048,6 @@ X11/Xlocale.h
|
|
X11/Xos.h
|
|
X11/Xutil.h
|
|
zmouse.h
|
|
-speex/speex_resampler.h
|
|
-soundtouch/SoundTouch.h
|
|
#if MOZ_NATIVE_PNG==1
|
|
png.h
|
|
#endif
|
|
@@ -1117,6 +1115,8 @@ ogg/ogg.h
|
|
ogg/os_types.h
|
|
nestegg/nestegg.h
|
|
cubeb/cubeb.h
|
|
+speex/speex_resampler.h
|
|
+soundtouch/SoundTouch.h
|
|
#endif
|
|
gst/gst.h
|
|
gst/app/gstappsink.h
|
|
@@ -1145,3 +1145,37 @@ unicode/utypes.h
|
|
#endif
|
|
libutil.h
|
|
unwind.h
|
|
+#if MOZ_NATIVE_GRAPHITE2==1
|
|
+graphite2/Font.h
|
|
+graphite2/Segment.h
|
|
+#endif
|
|
+#if MOZ_NATIVE_HARFBUZZ==1
|
|
+harfbuzz/hb-ot.h
|
|
+harfbuzz/hb.h
|
|
+#endif
|
|
+#if MOZ_NATIVE_OGG==1
|
|
+ogg/ogg.h
|
|
+ogg/os_types.h
|
|
+#endif
|
|
+#if MOZ_NATIVE_THEORA==1
|
|
+theora/theoradec.h
|
|
+#endif
|
|
+#if MOZ_NATIVE_VORBIS==1
|
|
+vorbis/codec.h
|
|
+vorbis/vorbisenc.h
|
|
+#endif
|
|
+#if MOZ_NATIVE_TREMOR==1
|
|
+tremor/ivorbiscodec.h
|
|
+#endif
|
|
+#if MOZ_NATIVE_OPUS==1
|
|
+opus.h
|
|
+opus_multistream.h
|
|
+opus/opus.h
|
|
+opus/opus_multistream.h
|
|
+#endif
|
|
+#if MOZ_NATIVE_SPEEX==1
|
|
+speex/speex_resampler.h
|
|
+#endif
|
|
+#if MOZ_NATIVE_SOUNDTOUCH==1
|
|
+soundtouch/SoundTouch.h
|
|
+#endif
|