pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/Coin graphics/Coin: fix build when used as a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc4f27a914de
branches:  trunk
changeset: 348525:fc4f27a914de
user:      rumko <rumko%pkgsrc.org@localhost>
date:      Wed Jun 15 18:55:18 2016 +0000

description:
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:

 graphics/Coin/distinfo                                 |   3 ++-
 graphics/Coin/patches/patch-include_Inventor_SbBasic.h |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 577974262236 -r fc4f27a914de graphics/Coin/distinfo
--- a/graphics/Coin/distinfo    Wed Jun 15 18:53:33 2016 +0000
+++ b/graphics/Coin/distinfo    Wed Jun 15 18:55:18 2016 +0000
@@ -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 @@
 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 -r 577974262236 -r fc4f27a914de graphics/Coin/patches/patch-include_Inventor_SbBasic.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/Coin/patches/patch-include_Inventor_SbBasic.h    Wed Jun 15 18:55:18 2016 +0000
@@ -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>
+ 
+ /* ********************************************************************** */



Home | Main Index | Thread Index | Old Index