diff options
author | tron <tron> | 2000-01-20 13:40:11 +0000 |
---|---|---|
committer | tron <tron> | 2000-01-20 13:40:11 +0000 |
commit | 2418687b9626c27addf6e114c9d21e7bf40b542f (patch) | |
tree | 25fbb7adde477a4b358e8e0413c62b459a0c5a98 /x11/gnome-libs/patches | |
parent | bc37940d000cf00584cfe9d0be79db4b7b16aa23 (diff) | |
download | pkgsrc-2418687b9626c27addf6e114c9d21e7bf40b542f.tar.gz |
Update "gnome-libs" package to version 1.0.55.
Diffstat (limited to 'x11/gnome-libs/patches')
-rw-r--r-- | x11/gnome-libs/patches/patch-am | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/x11/gnome-libs/patches/patch-am b/x11/gnome-libs/patches/patch-am deleted file mode 100644 index 538998ab9dd..00000000000 --- a/x11/gnome-libs/patches/patch-am +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-am,v 1.1 1999/11/01 22:21:25 tron Exp $ - ---- zvt/gnome-pty-helper.c.orig Mon Sep 27 20:35:40 1999 -+++ zvt/gnome-pty-helper.c Mon Nov 1 22:50:19 1999 -@@ -398,13 +398,6 @@ - #endif - ; - term.c_cflag = 0 --#ifdef EXTB -- | EXTB --#else --# ifdef B9600 -- | B9600 --# endif --#endif /* EXTB */ - #ifdef CREAD - | CREAD - #endif -@@ -443,6 +436,8 @@ - /* should really be a check for c_line, but maybe this is good enough */ - term.c_line = N_TTY; - #endif -+ cfsetispeed(&term, B9600); -+ cfsetospeed(&term, B9600); - - /* These two may overlap so set them first */ - term.c_cc[VTIME] = 0; |