diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2013-05-13 21:12:52 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2013-05-13 21:12:52 +0000 |
commit | aa284e2632e4709a0cecdd11897aab8c97849c7d (patch) | |
tree | c87041ec29f58668b8b387d945981051aa4f50e3 /converters | |
parent | - drop maintainership (diff) |
Add a patch to allow building with gcc-4.7 and 4.8.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=318132
Diffstat (limited to 'converters')
-rw-r--r-- | converters/recode/files/patch-src::recodext.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/converters/recode/files/patch-src::recodext.h b/converters/recode/files/patch-src::recodext.h new file mode 100644 index 000000000000..85c479c1462c --- /dev/null +++ b/converters/recode/files/patch-src::recodext.h @@ -0,0 +1,9 @@ +--- src/recodext.h 2001-01-04 09:36:54.000000000 -0500 ++++ src/recodext.h 2013-05-13 16:14:46.000000000 -0400 +@@ -219,5 +219,5 @@ + + /* Non zero if this one should be ignored. */ +- bool ignore : 2; ++ bool ignore : 1; + }; + |