diff options
author | joerg <joerg> | 2012-04-22 20:32:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2012-04-22 20:32:18 +0000 |
commit | 8efba405d4de4ff7dedb0bcee33e9dbea26dc435 (patch) | |
tree | 7278f2fe1c8a855acecab0d1d5c1e065498c89bf /textproc | |
parent | 5094f5f70a296cccc3096920f6d61e0dc8b002ca (diff) | |
download | pkgsrc-8efba405d4de4ff7dedb0bcee33e9dbea26dc435.tar.gz |
Fix trivial build error with clang to make room for the more interesting
problems.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/jade/distinfo | 3 | ||||
-rw-r--r-- | textproc/jade/patches/patch-lib_assert.cxx | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/textproc/jade/distinfo b/textproc/jade/distinfo index c3a3b10ac6f..f5fbe0cb25e 100644 --- a/textproc/jade/distinfo +++ b/textproc/jade/distinfo @@ -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-ar) = 3c7676797519b35c654513885c5ca799e55a6baf SHA1 (patch-as) = 8dc4d8867ea38b09f0cfadde840d8695ca1e110c SHA1 (patch-at) = 6b4aaee9de24eb5f648a10362fa57f92439cd00f SHA1 (patch-au) = f1cf55a99836b2bcbc31d4b1e12b31a1b5a28682 +SHA1 (patch-lib_assert.cxx) = 72a220e15516f83903c7cea344dd9be527fd2c4d diff --git a/textproc/jade/patches/patch-lib_assert.cxx b/textproc/jade/patches/patch-lib_assert.cxx new file mode 100644 index 00000000000..e3a966c5cd7 --- /dev/null +++ b/textproc/jade/patches/patch-lib_assert.cxx @@ -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 |