From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- media/libogg/solaris-types.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 media/libogg/solaris-types.patch (limited to 'media/libogg/solaris-types.patch') diff --git a/media/libogg/solaris-types.patch b/media/libogg/solaris-types.patch new file mode 100644 index 000000000..845a1ec78 --- /dev/null +++ b/media/libogg/solaris-types.patch @@ -0,0 +1,22 @@ +Index: include/ogg/os_types.h +=================================================================== +--- include/ogg/os_types.h (revision 18100) ++++ include/ogg/os_types.h (working copy) +@@ -75,6 +75,16 @@ + typedef uint32_t ogg_uint32_t; + typedef int64_t ogg_int64_t; + ++#elif defined(__sun__) ++ ++ /* Solaris and derivatives */ ++# include ++ typedef int16_t ogg_int16_t; ++ typedef uint16_t ogg_uint16_t; ++ typedef int32_t ogg_int32_t; ++ typedef uint32_t ogg_uint32_t; ++ typedef int64_t ogg_int64_t; ++ + #elif defined(__HAIKU__) + + /* Haiku */ + -- cgit v1.2.3