1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/textproc/sp/files/patch-ag

12 lines
316 B
Plaintext

--- lib/CmdLineApp.cxx.orig Mon May 31 10:10:43 1999
+++ lib/CmdLineApp.cxx Mon May 31 10:13:03 1999
@@ -170,7 +170,7 @@
int CmdLineApp::init(int, AppChar **argv)
{
-#ifndef SP_ANSI_LIB
+#if !defined(SP_ANSI_LIB) && (__FreeBSD_cc_version < 400002)
set_new_handler(outOfMemory);
#endif
#ifdef SP_HAVE_LOCALE