aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/smalltalk/files/patch-ae37
1 files changed, 37 insertions, 0 deletions
diff --git a/lang/smalltalk/files/patch-ae b/lang/smalltalk/files/patch-ae
new file mode 100644
index 000000000000..67d84717dccb
--- /dev/null
+++ b/lang/smalltalk/files/patch-ae
@@ -0,0 +1,37 @@
+
+*** stix/Makefile.orig Thu Sep 12 15:11:30 1991
+--- stix/Makefile Sun Jun 2 17:51:14 1996
+***************
+*** 56,62 ****
+ CPP = cc -E
+
+ # Uncomment this line to enable the ultra-winning readline-reader
+! #READLINE = -DUSE_READLINE
+
+ ######################################################################
+ ######################################################################
+--- 56,62 ----
+ CPP = cc -E
+
+ # Uncomment this line to enable the ultra-winning readline-reader
+! READLINE = -DUSE_READLINE
+
+ ######################################################################
+ ######################################################################
+***************
+*** 88,94 ****
+
+ # Edit this to reflect the path on your system where the X include files
+ # may be found.
+! XINCLUDE = /usr/include/X11
+
+ socket.o: socket.c
+ $(CC) -I$(XINCLUDE) $(CFLAGS) -DUNIXCONN -c socket.c
+--- 88,94 ----
+
+ # Edit this to reflect the path on your system where the X include files
+ # may be found.
+! XINCLUDE = /usr/X11R6/include
+
+ socket.o: socket.c
+ $(CC) -I$(XINCLUDE) $(CFLAGS) -DUNIXCONN -c socket.c