rebuild gst-plugins-good1 for libvpx-1.15.0; fix gcc-14 problem
[oi-userland.git] / components / runtime / openjdk-8 / patches / 0038-patch-hotspot_src_share_vm_utilities_globalDefinitions__gcc.hpp.patch
blobf7e477dc2c916398550825978da39fabba998856
1 $NetBSD: patch-hotspot_src_share_vm_utilities_globalDefinitions__gcc.hpp,v 1.4 2016/08/15 19:09:38 ryoon Exp $
3 --- hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp.orig 2016-08-11 05:37:42.000000000 +0000
4 +++ hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp
5 @@ -30,7 +30,7 @@
6 # include <sys/procfs.h>
7 # endif
9 -#if defined(LINUX) || defined(_ALLBSD_SOURCE)
10 +#if defined(LINUX) || defined(_ALLBSD_SOURCE) || defined(SOLARIS)
11 #ifndef __STDC_LIMIT_MACROS
12 #define __STDC_LIMIT_MACROS
13 #endif // __STDC_LIMIT_MACROS