summaryrefslogtreecommitdiff
path: root/textproc/sp
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-07 03:02:22 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-07 03:02:22 +0000
commita94c36f8332464a44cd28db751400fb06e3b04eb (patch)
tree3e7efbfe53dead844a434d201f9d68a959e51704 /textproc/sp
parentThis port depends on libgnome.so.2 and not version 1. (diff)
Get this to build again on -current boxes with egcs.
Notes
Notes: svn path=/head/; revision=19283
Diffstat (limited to 'textproc/sp')
-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