diff options
author | tnn <tnn@pkgsrc.org> | 2022-04-12 13:49:38 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-04-12 13:49:38 +0000 |
commit | c087864ef128e8f4930d299d6621360245723e74 (patch) | |
tree | 03bafaedf22bfb04b71b730dfc2394cf0347e0c8 /x11/tint2 | |
parent | 167159695e7cb5d3e14b70357e3428ee6e3cf74d (diff) | |
download | pkgsrc-c087864ef128e8f4930d299d6621360245723e74.tar.gz |
tint2: one more missing include
Diffstat (limited to 'x11/tint2')
-rw-r--r-- | x11/tint2/distinfo | 3 | ||||
-rw-r--r-- | x11/tint2/patches/patch-src_util_area.c | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/x11/tint2/distinfo b/x11/tint2/distinfo index 4cb1fc32008..15984f47f35 100644 --- a/x11/tint2/distinfo +++ b/x11/tint2/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.14 2022/04/12 13:45:58 tnn Exp $ +$NetBSD: distinfo,v 1.15 2022/04/12 13:49:38 tnn Exp $ BLAKE2s (tint2-v17.0.2.tar.bz2) = dac47c5d25014eec0854b22a28ce3417c0dbf15f031c26bcde312401e1708693 SHA512 (tint2-v17.0.2.tar.bz2) = 2b309fd1ab01e5176cc95e0651f28224b158c2bafd58cfff19840b0f8e880e9f4dcefeff32bc66d5fac11d932d4ee668ea7ddd7bab860f9edcfcdb7074e0e0ed Size (tint2-v17.0.2.tar.bz2) = 405654 bytes SHA1 (patch-aa) = fdf0fe697ceb576068b0873532ac406b59752370 +SHA1 (patch-src_util_area.c) = 93a56ee62af285d7ececc44b69bde623626b6b85 SHA1 (patch-src_util_bt.c) = 7b4007a67f20a5fa42b7667ace28f1bf0dc241be SHA1 (patch-src_util_common.c) = 66808606e9ab5f138107ac41cfd4f8bd6340baa4 SHA1 (patch-src_util_gradient.c) = aa245b1c2cff66a34ef70edcc9648d37fb9a72e5 diff --git a/x11/tint2/patches/patch-src_util_area.c b/x11/tint2/patches/patch-src_util_area.c new file mode 100644 index 00000000000..819d328be00 --- /dev/null +++ b/x11/tint2/patches/patch-src_util_area.c @@ -0,0 +1,14 @@ +$NetBSD: patch-src_util_area.c,v 1.1 2022/04/12 13:49:38 tnn Exp $ + +for bzero(3) on SunOS + +--- src/util/area.c.orig 2021-12-04 09:46:45.000000000 +0000 ++++ src/util/area.c +@@ -26,6 +26,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#include <strings.h> + #include <pango/pangocairo.h> + + #include "area.h" |