svn commit: r335599 - head/net/xpvm/files
Gerald Pfeifer
gerald at FreeBSD.org
Tue Dec 3 23:21:18 UTC 2013
Author: gerald
Date: Tue Dec 3 23:21:18 2013
New Revision: 335599
URL: http://svnweb.freebsd.org/changeset/ports/335599
Log:
Fix the build with GCC 4.7 and later (which do fewer extraneous
#includes of system include files).
PR: 183342
Submitted by: Christoph Moench-Tegeder <cmt at burggraben.net>
Added:
head/net/xpvm/files/patch-mrt-base_file.h (contents, props changed)
Added: head/net/xpvm/files/patch-mrt-base_file.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/xpvm/files/patch-mrt-base_file.h Tue Dec 3 23:21:18 2013 (r335599)
@@ -0,0 +1,10 @@
+--- mrt/base_file.h.orig 2013-11-16 13:43:12.000000000 +0100
++++ mrt/base_file.h 2013-11-16 13:44:09.000000000 +0100
+@@ -20,6 +20,7 @@
+ */
+
+ #include <string>
++#include <sys/types.h>
+ #include "export_mrt.h"
+
+ namespace mrt {
More information about the svn-ports-all
mailing list