Index: head/java/openjdk11/files/patch-src_java.base_unix_native_libjava_childproc.c =================================================================== --- head/java/openjdk11/files/patch-src_java.base_unix_native_libjava_childproc.c (nonexistent) +++ head/java/openjdk11/files/patch-src_java.base_unix_native_libjava_childproc.c (revision 545469) @@ -0,0 +1,10 @@ +--- src/java.base/unix/native/libjava/childproc.c.orig 2020-07-15 18:00:08 UTC ++++ src/java.base/unix/native/libjava/childproc.c +@@ -33,6 +33,7 @@ + + #include "childproc.h" + ++const char * const *parentPathv; + + ssize_t + restartableWrite(int fd, const void *buf, size_t count) Property changes on: head/java/openjdk11/files/patch-src_java.base_unix_native_libjava_childproc.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/java/openjdk11/files/patch-src_java.base_unix_native_libjava_childproc.h =================================================================== --- head/java/openjdk11/files/patch-src_java.base_unix_native_libjava_childproc.h (nonexistent) +++ head/java/openjdk11/files/patch-src_java.base_unix_native_libjava_childproc.h (revision 545469) @@ -0,0 +1,11 @@ +--- src/java.base/unix/native/libjava/childproc.h.orig 2020-07-15 18:00:08 UTC ++++ src/java.base/unix/native/libjava/childproc.h +@@ -118,7 +118,7 @@ typedef struct _SpawnInfo { + * The cached and split version of the JDK's effective PATH. + * (We don't support putenv("PATH=...") in native code) + */ +-const char * const *parentPathv; ++extern const char * const *parentPathv; + + ssize_t restartableWrite(int fd, const void *buf, size_t count); + int restartableDup2(int fd_from, int fd_to); Property changes on: head/java/openjdk11/files/patch-src_java.base_unix_native_libjava_childproc.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/java/openjdk11/files/patch-src_java.security.jgss_share_native_libj2gss_NativeFunc.c =================================================================== --- head/java/openjdk11/files/patch-src_java.security.jgss_share_native_libj2gss_NativeFunc.c (nonexistent) +++ head/java/openjdk11/files/patch-src_java.security.jgss_share_native_libj2gss_NativeFunc.c (revision 545469) @@ -0,0 +1,12 @@ +--- src/java.security.jgss/share/native/libj2gss/NativeFunc.c.orig 2020-07-15 18:00:08 UTC ++++ src/java.security.jgss/share/native/libj2gss/NativeFunc.c +@@ -27,6 +27,9 @@ + #include + #include "NativeFunc.h" + ++/* global GSS function table */ ++GSS_FUNCTION_TABLE_PTR ftab; ++ + /* standard GSS method names (ordering is from mapfile) */ + static const char RELEASE_NAME[] = "gss_release_name"; + static const char IMPORT_NAME[] = "gss_import_name"; Property changes on: head/java/openjdk11/files/patch-src_java.security.jgss_share_native_libj2gss_NativeFunc.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/java/openjdk11/files/patch-src_java.security.jgss_share_native_libj2gss_NativeFunc.h =================================================================== --- head/java/openjdk11/files/patch-src_java.security.jgss_share_native_libj2gss_NativeFunc.h (nonexistent) +++ head/java/openjdk11/files/patch-src_java.security.jgss_share_native_libj2gss_NativeFunc.h (revision 545469) @@ -0,0 +1,10 @@ +--- src/java.security.jgss/share/native/libj2gss/NativeFunc.h.orig 2020-07-15 18:00:08 UTC ++++ src/java.security.jgss/share/native/libj2gss/NativeFunc.h +@@ -277,6 +277,6 @@ typedef struct GSS_FUNCTION_TABLE { + typedef GSS_FUNCTION_TABLE *GSS_FUNCTION_TABLE_PTR; + + /* global GSS function table */ +-GSS_FUNCTION_TABLE_PTR ftab; ++extern GSS_FUNCTION_TABLE_PTR ftab; + + #endif Property changes on: head/java/openjdk11/files/patch-src_java.security.jgss_share_native_libj2gss_NativeFunc.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property