pkgsrc/textproc/jade/patches/patch-ae
tron 2ab07e3e27 Add a mixture of Debian, FreeBSD and self made patches to make this
package build with the new toolchain. Bump the version number to 1.2.1nb4.
2001-10-14 12:19:16 +00:00

13 lines
369 B
Text

$NetBSD: patch-ae,v 1.1 2001/10/14 12:19:16 tron Exp $
--- lib/assert.cxx.orig Wed Apr 25 12:42:54 2001
+++ lib/assert.cxx Wed Apr 25 12:43:26 2001
@@ -6,7 +6,7 @@
#include "macros.h"
#ifdef __GNUG__
-void exit (int __status) __THROW __attribute__ ((__noreturn__));
+void exit (int __status) throw () __attribute__ ((__noreturn__));
#endif
#ifdef SP_NAMESPACE