summaryrefslogtreecommitdiff
path: root/math/oleo/files/patch-src_io-term.c
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-14 09:40:28 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-14 09:40:28 +0000
commit001e4c6a572ff939cf8e594e4dafe809c3250ce3 (patch)
tree7e3d2f253d0f7ccf077b09d1342562429ba7428e /math/oleo/files/patch-src_io-term.c
parentFix build on 10.0 by adding -lX11 to the linker. lImlib2 used to bring this in. (diff)
- STAGE-clean
- Convert to new LIB_DEPENDS format - Add LICENSE
Notes
Notes: svn path=/head/; revision=344172
Diffstat (limited to 'math/oleo/files/patch-src_io-term.c')
-rw-r--r--math/oleo/files/patch-src_io-term.c22
1 files changed, 20 insertions, 2 deletions
diff --git a/math/oleo/files/patch-src_io-term.c b/math/oleo/files/patch-src_io-term.c
index 16f7beff3e03..d0374732df68 100644
--- a/math/oleo/files/patch-src_io-term.c
+++ b/math/oleo/files/patch-src_io-term.c
@@ -1,5 +1,14 @@
---- src/io-term.c.orig 2008-02-08 16:43:28.000000000 +0100
-+++ src/io-term.c 2008-02-08 16:45:06.000000000 +0100
+--- src/io-term.c.orig 2014-02-14 10:32:37.000000000 +0100
++++ src/io-term.c 2014-02-14 10:32:58.000000000 +0100
+@@ -1,7 +1,7 @@
+ /*
+ * $Id: io-term.c,v 1.51 2001/02/13 23:38:06 danny Exp $
+ *
+- * Copyright © 1990, 1992, 1993, 1999, 2000, 2001 Free Software Foundation, Inc.
++ * Copyright 1990, 1992, 1993, 1999, 2000, 2001 Free Software Foundation, Inc.
+ *
+ * This file is part of Oleo, the GNU Spreadsheet.
+ *
@@ -220,6 +220,7 @@
{
int set_opt = 1;
@@ -23,3 +32,12 @@
if (Preferences[i].cont == 0)
return 1;
+@@ -1023,7 +1026,7 @@
+ case 'v':
+ case 'V':
+ printf(_("%s %s\n"), GNU_PACKAGE, VERSION);
+- printf(_("Copyright © 1992-2000 Free Software Foundation, Inc.\n"));
++ printf(_("Copyright 1992-2000 Free Software Foundation, Inc.\n"));
+ printf(_("%s comes with ABSOLUTELY NO WARRANTY.\n"), GNU_PACKAGE);
+ printf(_("You may redistribute copies of %s\n"), PACKAGE);
+ printf(_("under the terms of the GNU General Public License.\n"));