From 2d1693cfa21514fe7f0928d670cccfba5f5ebd39 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Wed, 27 Aug 2003 22:53:15 +0000 Subject: [PATCH] left over from jsaw's patches ... :-( git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1228 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/aspell/gcc33-support.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 package/aspell/gcc33-support.patch diff --git a/package/aspell/gcc33-support.patch b/package/aspell/gcc33-support.patch deleted file mode 100644 index 57f626d67..000000000 --- a/package/aspell/gcc33-support.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- aspell-0.50.3/prog/checker_string.cpp.orig 2003-08-13 16:45:30.000000000 +0200 -+++ aspell-0.50.3/prog/checker_string.cpp 2003-08-13 16:53:13.000000000 +0200 -@@ -9,6 +9,9 @@ - #include "document_checker.hpp" - #include "copy_ptr-t.hpp" - #include "asc_ctype.hpp" -+#if __GNUC__ == 3 -+#include -+#endif - - static int get_line(FILE * in, CharVector & d) - {