svn commit: r318132 - head/converters/recode/files
Mikhail Teterin
mi at FreeBSD.org
Mon May 13 21:12:53 UTC 2013
Author: mi
Date: Mon May 13 21:12:52 2013
New Revision: 318132
URL: http://svnweb.freebsd.org/changeset/ports/318132
Log:
Add a patch to allow building with gcc-4.7 and 4.8.
Approved by: maintainer
Added:
head/converters/recode/files/patch-src::recodext.h (contents, props changed)
Added: head/converters/recode/files/patch-src::recodext.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/converters/recode/files/patch-src::recodext.h Mon May 13 21:12:52 2013 (r318132)
@@ -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;
+ };
+
More information about the svn-ports-all
mailing list