Warning, /multimedia/kid3/packaging/patches/libogg-1.3.4-00-mac.patch is written in an unsupported language. File is not indexed.

0001 diff -ru libogg-1.3.4.orig/include/ogg/os_types.h libogg-1.3.4/include/ogg/os_types.h
0002 --- libogg-1.3.4.orig/include/ogg/os_types.h    2019-08-13 18:31:53.000000000 +0200
0003 +++ libogg-1.3.4/include/ogg/os_types.h 2021-11-13 10:17:18.438152076 +0100
0004 @@ -71,6 +71,7 @@
0005  #elif (defined(__APPLE__) && defined(__MACH__)) /* MacOS X Framework build */
0006  
0007  #  include <sys/types.h>
0008 +#  include <stdint.h>
0009     typedef int16_t ogg_int16_t;
0010     typedef uint16_t ogg_uint16_t;
0011     typedef int32_t ogg_int32_t;