mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Get this to build again on -current boxes with egcs.
This commit is contained in:
parent
f744bf2780
commit
a94c36f833
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19283
1 changed files with 11 additions and 0 deletions
11
textproc/sp/files/patch-ag
Normal file
11
textproc/sp/files/patch-ag
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue