summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2012-04-22 20:32:18 +0000
committerjoerg <joerg>2012-04-22 20:32:18 +0000
commit82d24e6e324afbcd4ad94176a53ab504c43544c5 (patch)
tree7278f2fe1c8a855acecab0d1d5c1e065498c89bf /textproc
parente25d3f8a4517f46e44a9d1e01be1294301053159 (diff)
downloadpkgsrc-82d24e6e324afbcd4ad94176a53ab504c43544c5.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/distinfo3
-rw-r--r--textproc/jade/patches/patch-lib_assert.cxx15
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