Browse Source

the real location ...

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1229 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
0a3b2bfc11
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      package/rene/aspell/gcc33-support.patch

+ 12
- 0
package/rene/aspell/gcc33-support.patch

@ -0,0 +1,12 @@
--- 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 <cassert>
+#endif
static int get_line(FILE * in, CharVector & d)
{

Loading…
Cancel
Save