aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-10-02 18:35:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-10-02 18:35:29 +0000
commit44b8c0a03893a28e56bcfe84b2d5d2edc2f48cbd (patch)
treeb57040716379bc93af9a3cbdab22eb3e208bf4b0 /ports-mgmt
parentd5af10b04baa89bd92047b068d9d0d83dfb226a8 (diff)
downloadports-44b8c0a03893a28e56bcfe84b2d5d2edc2f48cbd.tar.gz
ports-44b8c0a03893a28e56bcfe84b2d5d2edc2f48cbd.zip
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg/files/patch-libpkg_pkg__jobs.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/ports-mgmt/pkg/files/patch-libpkg_pkg__jobs.c b/ports-mgmt/pkg/files/patch-libpkg_pkg__jobs.c
new file mode 100644
index 000000000000..7d54afff36e2
--- /dev/null
+++ b/ports-mgmt/pkg/files/patch-libpkg_pkg__jobs.c
@@ -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)
+