summaryrefslogtreecommitdiff
path: root/math/xspread/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-10-10 23:49:55 +0000
committerSteve Price <steve@FreeBSD.org>1999-10-10 23:49:55 +0000
commit8231c482692251140cf02be2bf4fb0f591fb9ae5 (patch)
treecee229ad609cb7f8ecb207e60e62bb02fbb3bb12 /math/xspread/files
parentUpdate to version 0.6.1. (diff)
Update to version 3.1.1c.
PR: 14021 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=22336
Diffstat (limited to 'math/xspread/files')
-rw-r--r--math/xspread/files/patch-ab20
-rw-r--r--math/xspread/files/patch-ac11
2 files changed, 31 insertions, 0 deletions
diff --git a/math/xspread/files/patch-ab b/math/xspread/files/patch-ab
new file mode 100644
index 000000000000..3efc318e60cd
--- /dev/null
+++ b/math/xspread/files/patch-ab
@@ -0,0 +1,20 @@
+--- Makefile.in.orig Tue Nov 7 11:17:18 1995
++++ Makefile.in Tue Sep 28 01:41:35 1999
+@@ -1,7 +1,7 @@
+
+ # Common prefix for installation directories.
+ # NOTE: This directory must exist when you start the install.
+-prefix = /usr/local
++prefix = @prefix@
+ exec_prefix = $(prefix)
+ # Where to put the executables.
+ bindir = $(exec_prefix)/bin
+@@ -19,7 +19,7 @@
+ CFLAGS = @CFLAGS@
+ DEFS = @DEFS@
+ LIBS = @LIBS@
+-INCLUDEDIR = -I. -I$(srcdir)
++INCLUDEDIR = -I. -I$(srcdir) @CPPFLAGS@
+ LN = @LN_S@
+ RM = rm -f
+ SHELL = /bin/sh
diff --git a/math/xspread/files/patch-ac b/math/xspread/files/patch-ac
new file mode 100644
index 000000000000..be040a76ebfc
--- /dev/null
+++ b/math/xspread/files/patch-ac
@@ -0,0 +1,11 @@
+--- config_h.in.orig Tue Nov 7 11:17:21 1995
++++ config_h.in Tue Sep 28 04:00:50 1999
+@@ -12,7 +12,7 @@
+ #define SAVENAME "SC.SAVE"
+
+ /* The default file viewer */
+-#define DFLT_PAGER "less"
++/* #define DFLT_PAGER "less" */
+
+ /* Define CRYPT_PATH if you want crypt support compiled in */
+ #undef CRYPT_PATH