diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-04-26 21:50:09 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-04-26 21:50:09 +0800 |
commit | c594dd29034eeae93f2246d973199e4fcfad537d (patch) | |
tree | f368f2a5b6b9dd78ad109341a11a9266d6cb2be3 /textproc/jade | |
parent | 782aa39b7eb86444eb96244496fb6cd187f115e9 (diff) | |
download | freebsd-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.cxx | 2 |
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 |