aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/jade
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2002-04-26 21:50:09 +0800
committerkuriyama <kuriyama@FreeBSD.org>2002-04-26 21:50:09 +0800
commitc594dd29034eeae93f2246d973199e4fcfad537d (patch)
treef368f2a5b6b9dd78ad109341a11a9266d6cb2be3 /textproc/jade
parent782aa39b7eb86444eb96244496fb6cd187f115e9 (diff)
downloadfreebsd-ports-gnome-c594dd29034eeae93f2246d973199e4fcfad537d.tar.gz
freebsd-ports-gnome-c594dd29034eeae93f2246d973199e4fcfad537d.tar.zst
freebsd-ports-gnome-c594dd29034eeae93f2246d973199e4fcfad537d.zip
Comment out exit() declaration which causes build failure on some
environment. Commented out declaration is modified from original one to note another candidate from latest OpenJade source. Submitted by: jhay
Diffstat (limited to 'textproc/jade')
-rw-r--r--textproc/jade/files/patch-assert.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/jade/files/patch-assert.cxx b/textproc/jade/files/patch-assert.cxx
index 3021e9d76cd2..e26a9fea51a1 100644
--- a/textproc/jade/files/patch-assert.cxx
+++ b/textproc/jade/files/patch-assert.cxx
@@ -5,7 +5,7 @@
#ifdef __GNUG__
-void exit (int __status) __THROW __attribute__ ((__noreturn__));
-+void exit (int __status) throw () __attribute__ ((__noreturn__));
++//void exit (int) __attribute__ ((__noreturn__));
#endif
#ifdef SP_NAMESPACE