aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorjraynard <jraynard@FreeBSD.org>1996-06-03 08:31:18 +0800
committerjraynard <jraynard@FreeBSD.org>1996-06-03 08:31:18 +0800
commit49f5d0ac07192671c042c7c314a2426275030faa (patch)
treeda1d25ac6c7faf45cbf932716b5cd201b7b5997f /lang
parent77cc1a1b06e9c919321869a9c30f9249d7bc2bf0 (diff)
downloadfreebsd-ports-gnome-49f5d0ac07192671c042c7c314a2426275030faa.tar.gz
freebsd-ports-gnome-49f5d0ac07192671c042c7c314a2426275030faa.tar.zst
freebsd-ports-gnome-49f5d0ac07192671c042c7c314a2426275030faa.zip
Get X interface to Smalltalk working.
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