pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/jade Fix trivial build error with clang to ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e74d75f1a83b
branches:  trunk
changeset: 602929:e74d75f1a83b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Apr 22 20:32:18 2012 +0000

description:
Fix trivial build error with clang to make room for the more interesting
problems.

diffstat:

 textproc/jade/distinfo                     |   3 ++-
 textproc/jade/patches/patch-lib_assert.cxx |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 183f8109e14d -r e74d75f1a83b textproc/jade/distinfo
--- a/textproc/jade/distinfo    Sun Apr 22 20:31:29 2012 +0000
+++ b/textproc/jade/distinfo    Sun Apr 22 20:32:18 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2011/01/25 22:22:15 shattered Exp $
+$NetBSD: distinfo,v 1.16 2012/04/22 20:32:18 joerg Exp $
 
 SHA1 (jade-1.2.1.tar.gz) = 4326e73b7f0b865515e1bb90c622a8b2aa6ecd06
 RMD160 (jade-1.2.1.tar.gz) = 615ebcc1b17a284d60a7976f13649a0ea78aa58d
@@ -27,3 +27,4 @@
 SHA1 (patch-as) = 8dc4d8867ea38b09f0cfadde840d8695ca1e110c
 SHA1 (patch-at) = 6b4aaee9de24eb5f648a10362fa57f92439cd00f
 SHA1 (patch-au) = f1cf55a99836b2bcbc31d4b1e12b31a1b5a28682
+SHA1 (patch-lib_assert.cxx) = 72a220e15516f83903c7cea344dd9be527fd2c4d
diff -r 183f8109e14d -r e74d75f1a83b textproc/jade/patches/patch-lib_assert.cxx
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/jade/patches/patch-lib_assert.cxx        Sun Apr 22 20:32:18 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-lib_assert.cxx,v 1.1 2012/04/22 20:32:19 joerg Exp $
+
+--- lib/assert.cxx.orig        2012-04-20 13:14:25.000000000 +0000
++++ lib/assert.cxx
+@@ -5,10 +5,6 @@
+ #include <stdlib.h>
+ #include "macros.h"
+ 
+-#ifdef __GNUG__
+-void exit (int __status) throw () __attribute__ ((__noreturn__));
+-#endif
+-
+ #ifdef SP_NAMESPACE
+ namespace SP_NAMESPACE {
+ #endif



Home | Main Index | Thread Index | Old Index