summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJames Raynard <jraynard@FreeBSD.org>1996-06-03 00:31:18 +0000
committerJames Raynard <jraynard@FreeBSD.org>1996-06-03 00:31:18 +0000
commitec3244e555ee10409cf6d3db8c019d7eb20e5f56 (patch)
tree6a2191f872d346d3dbf2a513440323ebd3c14ced /lang
parentCompile with optimisation. (diff)
Get X interface to Smalltalk working.
Notes
Notes: svn path=/head/; revision=3161
Diffstat (limited to 'lang')
-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