diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-03-23 09:57:35 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-03-23 09:57:35 +0000 |
commit | 576021aae8a6dcbb927e1883618a8d3c99d41964 (patch) | |
tree | b8db8e72abcd8201c629106bb3aff8b8d8e2d44f /graphics | |
parent | f453911848429853c2543c1b4d3e26dd71fed4e5 (diff) | |
download | pkgsrc-576021aae8a6dcbb927e1883618a8d3c99d41964.tar.gz |
inkscape: Fix build with glib2-2.68.0
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inkscape/distinfo | 3 | ||||
-rw-r--r-- | graphics/inkscape/patches/patch-src_3rdparty_autotrace_autotrace.h | 21 |
2 files changed, 23 insertions, 1 deletions
diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo index cb9e2feed18..86d59cff461 100644 --- a/graphics/inkscape/distinfo +++ b/graphics/inkscape/distinfo @@ -1,10 +1,11 @@ -$NetBSD: distinfo,v 1.77 2021/01/13 11:43:34 jperkin Exp $ +$NetBSD: distinfo,v 1.78 2021/03/23 09:57:35 ryoon Exp $ SHA1 (inkscape-1.0.1.tar.xz) = f04277c8476ab572fa099b4439bff6323c89470e RMD160 (inkscape-1.0.1.tar.xz) = c93974227d33674c3c840cd8706cec9761e8cb7c SHA512 (inkscape-1.0.1.tar.xz) = 70145e02fe7c3ffbfa3dcea690bfe3315131fb9a507c70bcdc1d0db394d207e3bd04d7cc86c3b625597bddfd2b6e09a03841aece6d2ffb6517fe1c619193ec96 Size (inkscape-1.0.1.tar.xz) = 32051632 bytes SHA1 (patch-CMakeScripts_Pod2man.cmake) = c60f61a7a3eca511ced5e085dc66670cee8bfe33 +SHA1 (patch-src_3rdparty_autotrace_autotrace.h) = 4f93a25f3134a3fb21531cd264652432d1ab0a79 SHA1 (patch-src_extension_implementation_script.cpp) = 2c2cbcee2fdda5a274906600930acc0257cc0ea2 SHA1 (patch-src_path-prefix.cpp) = 1ce20f16063759aab60d9e8da6b25700b44099d2 SHA1 (patch-src_svg_svg-length.cpp) = 076d30eb83fee4ab87b30791cc566c52baabbb68 diff --git a/graphics/inkscape/patches/patch-src_3rdparty_autotrace_autotrace.h b/graphics/inkscape/patches/patch-src_3rdparty_autotrace_autotrace.h new file mode 100644 index 00000000000..39f2ea3a871 --- /dev/null +++ b/graphics/inkscape/patches/patch-src_3rdparty_autotrace_autotrace.h @@ -0,0 +1,21 @@ +$NetBSD: patch-src_3rdparty_autotrace_autotrace.h,v 1.1 2021/03/23 09:57:35 ryoon Exp $ + +--- src/3rdparty/autotrace/autotrace.h.orig 2020-09-07 08:57:40.000000000 +0000 ++++ src/3rdparty/autotrace/autotrace.h +@@ -23,6 +23,8 @@ + + #include <stdio.h> + ++#include "types.h" ++ + #ifdef __cplusplus + extern "C" { + #endif /* __cplusplus */ +@@ -35,7 +37,6 @@ extern "C" { + * Typedefs + * ===================================================================== */ + +-#include "types.h" + #include "color.h" + + /* Third degree is the highest we deal with. */ |