]> git.pld-linux.org Git - packages/vim.git/commitdiff
- removed commented out speed_t patch (obsolete)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 6 Aug 2001 16:37:32 +0000 (16:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-speed_t.patch -> 1.3
    vim.spec -> 1.74

vim-speed_t.patch [deleted file]
vim.spec

diff --git a/vim-speed_t.patch b/vim-speed_t.patch
deleted file mode 100644 (file)
index 5db046c..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
---- vim-4.2/src/term.c.sopwith Sun Jun 16 14:02:56 1996
-+++ vim-4.2/src/term.c Sun Jul  7 19:37:05 1996
-@@ -30,7 +30,8 @@
- #ifdef HAVE_TGETENT
- # ifdef HAVE_TERMCAP_H
--#  include <termcap.h>
-+#include <termios.h>
-+#include <termcap.h>
- # endif
- /*
-@@ -96,9 +97,11 @@
-  */
- # ifndef HAVE_OSPEED
- #  ifdef OSPEED_EXTERN
--extern short ospeed;
-+/* extern short ospeed; */
-+extern speed_t ospeed;
- #   else
--short ospeed;
-+/* short ospeed; */
-+speed_t ospeed;
- #   endif
- # endif
- # ifndef HAVE_UP_BC_PC
index 2ec40994076c19cc99dcb6ad84a2405946cf59ec..2a18e0739d6c95a8165d8664285ca36e34e8f7db 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -33,7 +33,6 @@ Patch0:               %{name}-sysconfdir.patch
 Patch1:                %{name}-visual.patch
 Patch2:                %{name}-phphighlight.patch
 Patch3:                %{name}-paths.patch
-#Patch4:               %{name}-speed_t.patch
 URL:           http://www.vim.org/
 BuildRequires: gpm-devel
 BuildRequires: ncurses-devel
@@ -216,7 +215,6 @@ biblioteki GNOME.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-#%patch4 -p1
 
 %build
 cd src
This page took 0.10987 seconds and 4 git commands to generate.