diff options
author | wiz <wiz@pkgsrc.org> | 2022-11-21 12:00:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-11-21 12:00:01 +0000 |
commit | 5ff0d3a7f287b0705b26b48df7faaebd83b8eaa2 (patch) | |
tree | 80326157f79fdad304e1283d7d3f9130c8974e62 | |
parent | 2edf617aabb6ab47ee582448077573d563b749d3 (diff) | |
download | pkgsrc-5ff0d3a7f287b0705b26b48df7faaebd83b8eaa2.tar.gz |
geeqie: refer upstream solution
-rw-r--r-- | graphics/geeqie/distinfo | 4 | ||||
-rw-r--r-- | graphics/geeqie/patches/patch-config.h.in | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/geeqie/distinfo b/graphics/geeqie/distinfo index ad24b33e25f..6cc794ceed3 100644 --- a/graphics/geeqie/distinfo +++ b/graphics/geeqie/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.25 2022/11/21 11:58:47 wiz Exp $ +$NetBSD: distinfo,v 1.26 2022/11/21 12:00:01 wiz Exp $ BLAKE2s (geeqie-2.0.1.tar.xz) = 344660eddf23258c87afb4855c616ba24a6eb0562756c15c554bed30e241ae78 SHA512 (geeqie-2.0.1.tar.xz) = cd2251c831c6d4d461d92eee84df08590752ad625e1f50d57e1fb5d0fc6ac16a225584a8217e14bf4f993ba247f7df3296498b27fcc4f5f4c7f25307699aadc5 Size (geeqie-2.0.1.tar.xz) = 1666600 bytes SHA1 (patch-ac) = 6cebab3e14ce51c59e70fc902a514d1bbafc3b33 -SHA1 (patch-config.h.in) = 578bc8dc98a7a1879e894755de5c2211ba79e2c9 +SHA1 (patch-config.h.in) = 301b461a7c3ce8b699f4651363ddf18017eca0df diff --git a/graphics/geeqie/patches/patch-config.h.in b/graphics/geeqie/patches/patch-config.h.in index a5515e0e5db..28975c62500 100644 --- a/graphics/geeqie/patches/patch-config.h.in +++ b/graphics/geeqie/patches/patch-config.h.in @@ -1,6 +1,7 @@ -$NetBSD: patch-config.h.in,v 1.1 2022/11/21 11:58:47 wiz Exp $ +$NetBSD: patch-config.h.in,v 1.2 2022/11/21 12:00:01 wiz Exp $ Do not unconditionally assume the existence of the glibc-specific strverscmp(3). +See upstream commit 87042fa51da7c14a7600bbf8420105dd91675757 --- config.h.in.orig 2022-08-12 09:32:25.000000000 +0000 +++ config.h.in |