aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-06-07 11:02:22 +0800
committersteve <steve@FreeBSD.org>1999-06-07 11:02:22 +0800
commit7a9574ff07885250b753ddf5db9dab632cf643b1 (patch)
tree6795d117f70025b3267838c0cf6618d47b47e128 /textproc
parentb9980c5c9f62a0766344149ca89dc6fe153ba2cf (diff)
downloadfreebsd-ports-gnome-7a9574ff07885250b753ddf5db9dab632cf643b1.tar.gz
freebsd-ports-gnome-7a9574ff07885250b753ddf5db9dab632cf643b1.tar.zst
freebsd-ports-gnome-7a9574ff07885250b753ddf5db9dab632cf643b1.zip
Get this to build again on -current boxes with egcs.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sp/files/patch-ag11
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