mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add a patch to allow building with gcc-4.7 and 4.8.
Approved by: maintainer
This commit is contained in:
parent
53bbb91cc2
commit
aa284e2632
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318132
1 changed files with 9 additions and 0 deletions
9
converters/recode/files/patch-src::recodext.h
Normal file
9
converters/recode/files/patch-src::recodext.h
Normal file
|
@ -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;
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue