diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-07 03:02:22 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-07 03:02:22 +0000 |
commit | a94c36f8332464a44cd28db751400fb06e3b04eb (patch) | |
tree | 3e7efbfe53dead844a434d201f9d68a959e51704 /textproc | |
parent | f744bf2780e6bfb8a751f585b8d906ee68f84ab3 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sp/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/sp/files/patch-ag b/textproc/sp/files/patch-ag new file mode 100644 index 000000000000..e02a10a5daad --- /dev/null +++ b/textproc/sp/files/patch-ag @@ -0,0 +1,11 @@ +--- 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 |