summaryrefslogtreecommitdiff
path: root/lang/squeak3/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-21 00:47:27 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-21 00:47:27 +0000
commitdda8d1c60c52402e1b77e3f26c79ca776c96e56a (patch)
tree21d069bfef80a4b55a51252ca42d1d1e0448caa7 /lang/squeak3/files
parentAdd duhdraw 2.6.96 (diff)
upgrade to 3.2-4
change maintainer email PR: 42634 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=66943
Diffstat (limited to 'lang/squeak3/files')
-rw-r--r--lang/squeak3/files/patch-openpty-h14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/squeak3/files/patch-openpty-h b/lang/squeak3/files/patch-openpty-h
new file mode 100644
index 000000000000..c63044a4b7db
--- /dev/null
+++ b/lang/squeak3/files/patch-openpty-h
@@ -0,0 +1,14 @@
+--- platforms/unix/plugins/PseudoTTYPlugin/openpty.h.orig Tue Sep 10 13:38:07 2002
++++ platforms/unix/plugins/PseudoTTYPlugin/openpty.h Tue Sep 10 13:38:52 2002
+@@ -43,7 +43,10 @@
+ # elif defined(HAVE_UTIL_H)
+ # include <util.h> /* openpty() */
+ # else
+-# error: cannot find headers for openpty()
++# include <sys/types.h>
++# include <sys/ioctl.h>
++# include <termios.h>
++# include <libutil.h>
+ # endif
+
+ #else /* !HAVE_OPENPTY */