diff options
author | steve <steve@FreeBSD.org> | 1999-06-07 03:02:22 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-07 03:02:22 +0000 |
commit | 7a9574ff07885250b753ddf5db9dab632cf643b1 (patch) | |
tree | 6795d117f70025b3267838c0cf6618d47b47e128 /textproc | |
parent | b9980c5c9f62a0766344149ca89dc6fe153ba2cf (diff) | |
download | FreeBSD-ports-7a9574ff07885250b753ddf5db9dab632cf643b1.zip FreeBSD-ports-7a9574ff07885250b753ddf5db9dab632cf643b1.tar.gz |
Get this to build again on -current boxes with egcs.
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 0000000..e02a10a --- /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 |