mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
79 lines
1.5 KiB
Plaintext
79 lines
1.5 KiB
Plaintext
$NetBSD: patch-config_system-headers,v 1.14 2015/07/03 10:25:40 ryoon Exp $
|
|
|
|
--- config/system-headers.orig 2015-06-18 20:55:30.000000000 +0000
|
|
+++ config/system-headers
|
|
@@ -628,6 +628,7 @@ libgnome/libgnome.h
|
|
libgnomeui/gnome-icon-lookup.h
|
|
libgnomeui/gnome-icon-theme.h
|
|
libgnomeui/gnome-ui-init.h
|
|
+libv4l2.h
|
|
lib$routines.h
|
|
limits
|
|
limits.h
|
|
@@ -1258,7 +1259,6 @@ X11/Xlocale.h
|
|
X11/Xos.h
|
|
X11/Xutil.h
|
|
zmouse.h
|
|
-soundtouch/SoundTouch.h
|
|
#if MOZ_NATIVE_PNG==1
|
|
png.h
|
|
#endif
|
|
@@ -1320,10 +1320,13 @@ vorbis/codec.h
|
|
theora/theoradec.h
|
|
tremor/ivorbiscodec.h
|
|
speex/speex_resampler.h
|
|
+soundtouch/SoundTouch.h
|
|
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
|
|
@@ -1352,3 +1355,43 @@ 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_CELT==1
|
|
+celt.h
|
|
+celt_header.h
|
|
+celt/celt.h
|
|
+celt/celt_header.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
|