diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-11-07 12:14:59 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-11-07 12:14:59 +0000 |
commit | 55832e34658044895496ee9ab03ada3197eb5990 (patch) | |
tree | 595adf5ac58880e52992763a6c8670e3128c5839 /math/gambit/files/patch-gcmdline.cc | |
parent | This patch upgrades AdaSockets to the latest version, which is needed to (diff) |
- update to 0.97.0.5
- use wxgtk2
- install to X11BASE (it's GUI application)
- update WWW in pkg-descr
PR: 58983
Submitted by: Pav Lucistnik
Notes
Notes:
svn path=/head/; revision=93301
Diffstat (limited to 'math/gambit/files/patch-gcmdline.cc')
-rw-r--r-- | math/gambit/files/patch-gcmdline.cc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/math/gambit/files/patch-gcmdline.cc b/math/gambit/files/patch-gcmdline.cc deleted file mode 100644 index fa99b6de3aee..000000000000 --- a/math/gambit/files/patch-gcmdline.cc +++ /dev/null @@ -1,18 +0,0 @@ ---- sources/gcl/gcmdline.cc.orig Sun Feb 9 02:23:11 2003 -+++ sources/gcl/gcmdline.cc Sun Feb 9 02:26:28 2003 -@@ -81,7 +81,6 @@ - rawTerm.c_iflag &= ~ICRNL; - rawTerm.c_iflag &= ~IXON; - rawTerm.c_iflag &= ~IXOFF; -- rawTerm.c_iflag &= ~IUCLC; - rawTerm.c_iflag &= ~IXANY; - rawTerm.c_iflag &= ~IMAXBEL; - -@@ -90,7 +89,6 @@ - // rawTerm.c_lflag &= ~ISIG; - rawTerm.c_lflag |= ISIG; - rawTerm.c_lflag &= ~ICANON; -- rawTerm.c_lflag &= ~XCASE; - rawTerm.c_lflag &= ~ECHO; - - rawTerm.c_cc[VTIME] = 0; |