From a94c36f8332464a44cd28db751400fb06e3b04eb Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 7 Jun 1999 03:02:22 +0000 Subject: Get this to build again on -current boxes with egcs. --- textproc/sp/files/patch-ag | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/sp/files/patch-ag (limited to 'textproc/sp') 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 -- cgit v1.2.3