Index: head/ports-mgmt/pkg/files/patch-libpkg_pkg__jobs.c =================================================================== --- head/ports-mgmt/pkg/files/patch-libpkg_pkg__jobs.c (nonexistent) +++ head/ports-mgmt/pkg/files/patch-libpkg_pkg__jobs.c (revision 513597) @@ -0,0 +1,11 @@ +--- libpkg/pkg_jobs.c.orig 2019-09-18 07:11:10 UTC ++++ libpkg/pkg_jobs.c +@@ -74,7 +74,7 @@ struct pkg_jobs_locked { + int (*locked_pkg_cb)(struct pkg *, void *); + void *context; + }; +-static __thread struct pkg_jobs_locked *pkgs_job_lockedpkg; ++static struct pkg_jobs_locked *pkgs_job_lockedpkg; + + #define IS_DELETE(j) ((j)->type == PKG_JOBS_DEINSTALL || (j)->type == PKG_JOBS_AUTOREMOVE) + Property changes on: head/ports-mgmt/pkg/files/patch-libpkg_pkg__jobs.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