diff options
author | rumko <rumko@pkgsrc.org> | 2016-06-15 18:55:18 +0000 |
---|---|---|
committer | rumko <rumko@pkgsrc.org> | 2016-06-15 18:55:18 +0000 |
commit | d8ccc3b0bb2eecc94edd2d7a8dc98f4b663087f0 (patch) | |
tree | a3ae8e5decc3bdee540f66ade61a5456cd79d0d7 | |
parent | 227f5cfdff50a6e1da6b1dfe2705dbd9c35290da (diff) | |
download | pkgsrc-d8ccc3b0bb2eecc94edd2d7a8dc98f4b663087f0.tar.gz |
graphics/Coin: fix build when used as a dependency
Get rid of:
SbBasic.h:99:5: error: call to function 'cc_debugerror_post' that
is neither visible in the template definition nor found by
argument-dependent lookup
Ok@ wiz
-rw-r--r-- | graphics/Coin/distinfo | 3 | ||||
-rw-r--r-- | graphics/Coin/patches/patch-include_Inventor_SbBasic.h | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/graphics/Coin/distinfo b/graphics/Coin/distinfo index a14935187e4..363b96b8647 100644 --- a/graphics/Coin/distinfo +++ b/graphics/Coin/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 21:33:51 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/06/15 18:55:18 rumko Exp $ SHA1 (Coin-3.1.3.tar.gz) = 8e9f05628461963623686d3ec53102214e233dd1 RMD160 (Coin-3.1.3.tar.gz) = e57fd6a4876a06874429f9ad6b96f166f5609362 @@ -6,4 +6,5 @@ SHA512 (Coin-3.1.3.tar.gz) = d6fd47ecc74e96fc4de46e3a683f038f1907b96db2bbe935fb4 Size (Coin-3.1.3.tar.gz) = 5981534 bytes SHA1 (patch-aa) = 9d5e5f1cc46344e2c882059d29625762365d628e SHA1 (patch-include_Inventor_C_base_math-undefs.h) = 0faecc1d8b3b0d08dff9e6e07ce644a2fdc745aa +SHA1 (patch-include_Inventor_SbBasic.h) = 424efed0d4655d3a0f4099403f2f127e6499cb73 SHA1 (patch-src_fonts_freetype.cpp) = 32a4713f2a200724f76e64c42d68a64e4fc8fde7 diff --git a/graphics/Coin/patches/patch-include_Inventor_SbBasic.h b/graphics/Coin/patches/patch-include_Inventor_SbBasic.h new file mode 100644 index 00000000000..a39a622a399 --- /dev/null +++ b/graphics/Coin/patches/patch-include_Inventor_SbBasic.h @@ -0,0 +1,14 @@ +$NetBSD: patch-include_Inventor_SbBasic.h,v 1.1 2016/06/15 18:55:18 rumko Exp $ + +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667375 + +--- include/Inventor/SbBasic.h.orig 2010-03-02 13:20:09.000000000 +0000 ++++ include/Inventor/SbBasic.h +@@ -24,6 +24,7 @@ + * + \**************************************************************************/ + ++#include <Inventor/C/errors/debugerror.h> + #include <Inventor/C/basic.h> + + /* ********************************************************************** */ |