summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorrumko <rumko>2016-06-15 18:55:18 +0000
committerrumko <rumko>2016-06-15 18:55:18 +0000
commit7c5c94eaf1d5558fd7505754963243a8a2c15608 (patch)
treea3ae8e5decc3bdee540f66ade61a5456cd79d0d7 /graphics
parent0bd75bf5502be029eeafe3aa3c8c157ffd1e78af (diff)
downloadpkgsrc-7c5c94eaf1d5558fd7505754963243a8a2c15608.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
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Coin/distinfo3
-rw-r--r--graphics/Coin/patches/patch-include_Inventor_SbBasic.h14
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>
+
+ /* ********************************************************************** */