summaryrefslogtreecommitdiff
path: root/editors/zed/files
diff options
context:
space:
mode:
Diffstat (limited to 'editors/zed/files')
-rw-r--r--editors/zed/files/patch-aa19
-rw-r--r--editors/zed/files/patch-zed.h13
2 files changed, 29 insertions, 3 deletions
diff --git a/editors/zed/files/patch-aa b/editors/zed/files/patch-aa
index 1ab881b2d03b..5c6d2093df39 100644
--- a/editors/zed/files/patch-aa
+++ b/editors/zed/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile Tue Jun 4 15:01:04 2002
-+++ Makefile Tue Jun 4 16:26:14 2002
+--- Makefile.orig Wed Apr 5 19:49:16 2000
++++ Makefile Sun Nov 17 22:41:13 2002
@@ -5,7 +5,7 @@
PREFIX=/usr/local
@@ -9,7 +9,7 @@
# i486 Linux
#CFLAGS=-pipe -Wall -fomit-frame-pointer -m486 -O2
-@@ -16,7 +16,7 @@
+@@ -16,18 +16,18 @@
#CFLAGS=-pipe -Wall -mpa-risc-1-1 -O2
# RS6000 AIX
@@ -18,6 +18,19 @@
# Sun
#ILIBS=-lm
+ #IXLIBS=-lm
+ #CFLAGS=-pipe -Wall -O2 -msupersparc
+
+-COMPILER=gcc
++COMPILER=${CXX}
+ # someone needs this:
+ #COMPILER=g++
+
+-LINKER=gcc
++LINKER=${CXX}
+
+ ###############################################
+
@@ -45,7 +45,7 @@
###############################################
diff --git a/editors/zed/files/patch-zed.h b/editors/zed/files/patch-zed.h
new file mode 100644
index 000000000000..cd9547537eb5
--- /dev/null
+++ b/editors/zed/files/patch-zed.h
@@ -0,0 +1,13 @@
+--- zed.h.orig Sun Nov 17 22:35:46 2002
++++ zed.h Sun Nov 17 22:35:09 2002
+@@ -123,8 +123,8 @@
+ int lung;
+ char dati[0]; // puntatore ai dati
+
+- friend editor; // solo pero' all'interno di ZED.H
+- friend list;
++ friend class editor; // solo pero' all'interno di ZED.H
++ friend class list;
+ };
+
+ protected: