aboutsummaryrefslogtreecommitdiff
path: root/editors/sted/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-03 23:44:56 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-03 23:44:56 +0000
commit591307035ffc77c77916e02a4ba46b9731cde0e0 (patch)
tree74ce2c812031459b68f19e8dc9cc187102060078 /editors/sted/files
parent74d96100ede3a93bd4c9fe074ad76092fda0c2a2 (diff)
downloadports-591307035ffc77c77916e02a4ba46b9731cde0e0.tar.gz
ports-591307035ffc77c77916e02a4ba46b9731cde0e0.zip
Notes
Diffstat (limited to 'editors/sted/files')
-rw-r--r--editors/sted/files/patch-aa15
-rw-r--r--editors/sted/files/patch-ab11
2 files changed, 26 insertions, 0 deletions
diff --git a/editors/sted/files/patch-aa b/editors/sted/files/patch-aa
new file mode 100644
index 000000000000..6f5d5c513a65
--- /dev/null
+++ b/editors/sted/files/patch-aa
@@ -0,0 +1,15 @@
+--- Makefile Sun May 17 13:09:10 1998
++++ /home/andy/tmp/wrk/Makefile Tue May 19 10:42:14 1998
+@@ -5,10 +5,10 @@
+
+
+ #Compiler, change if you're using some other compiler
+-CC = gcc
++#CC = gcc
+
+ #Compiler and linker options
+-C_OPTS = -Wall -O2
++C_OPTS = ${CFLAGS}
+ L_OPTS = -lncurses
+
+ #Install directory
diff --git a/editors/sted/files/patch-ab b/editors/sted/files/patch-ab
new file mode 100644
index 000000000000..38b5dff8612f
--- /dev/null
+++ b/editors/sted/files/patch-ab
@@ -0,0 +1,11 @@
+--- sted.c Sun May 17 13:15:08 1998
++++ /home/andy/tmp/wrk/sted.c Tue May 19 10:42:21 1998
+@@ -34,7 +34,7 @@
+ **************************************************************************/
+
+
+-#include <curses.h>
++#include <ncurses.h>
+ #include <signal.h>
+ #include <string.h>
+ #include <stdlib.h>