mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
89 lines
1.6 KiB
Plaintext
89 lines
1.6 KiB
Plaintext
$NetBSD: patch-config_system-headers,v 1.5 2016/02/12 14:08:15 ryoon Exp $
|
|
|
|
https://hg.mozilla.org/integration/mozilla-inbound/rev/afd840d66e6a
|
|
|
|
--- config/system-headers.orig 2015-06-24 21:24:43.000000000 +0000
|
|
+++ config/system-headers
|
|
@@ -402,6 +402,7 @@ frame/log.h
|
|
frame/req.h
|
|
freetype/freetype.h
|
|
freetype/ftcache.h
|
|
+freetype/ftfntfmt.h
|
|
freetype/ftglyph.h
|
|
freetype/ftsynth.h
|
|
freetype/ftoutln.h
|
|
@@ -415,6 +416,7 @@ freetype/ftbitmap.h
|
|
freetype/ftxf86.h
|
|
freetype.h
|
|
ftcache.h
|
|
+ftfntfmt.h
|
|
ftglyph.h
|
|
ftsynth.h
|
|
ftoutln.h
|
|
@@ -645,6 +647,7 @@ mapiutil.h
|
|
mapix.h
|
|
Math64.h
|
|
math.h
|
|
+complex
|
|
mbstring.h
|
|
mem.h
|
|
memory
|
|
@@ -1048,8 +1051,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 +1118,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 +1148,39 @@ unicode/utypes.h
|
|
#endif
|
|
libutil.h
|
|
unwind.h
|
|
+#if MOZ_NATIVE_GRAPHITE2==1
|
|
+graphite2/Font.h
|
|
+graphite2/Log.h
|
|
+graphite2/Segment.h
|
|
+graphite2/Types.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
|