svn commit: r343388 - head/devel/valgrind-devel/files
Bryan Drewery
bdrewery at FreeBSD.org
Sat Feb 8 21:10:00 UTC 2014
Author: bdrewery
Date: Sat Feb 8 21:10:00 2014
New Revision: 343388
URL: http://svnweb.freebsd.org/changeset/ports/343388
QAT: https://qat.redports.org/buildarchive/r343388/
Log:
Fix build on 8.3 due to tcp.h not properly
including sys/types.h in it yet.
Added:
head/devel/valgrind-devel/files/
head/devel/valgrind-devel/files/patch-include__vki__vki-freebsd.h (contents, props changed)
Added: head/devel/valgrind-devel/files/patch-include__vki__vki-freebsd.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/valgrind-devel/files/patch-include__vki__vki-freebsd.h Sat Feb 8 21:10:00 2014 (r343388)
@@ -0,0 +1,10 @@
+--- ./include/vki/vki-freebsd.h.orig 2014-02-08 15:00:31.591069799 -0600
++++ ./include/vki/vki-freebsd.h 2014-02-08 15:00:39.993068845 -0600
+@@ -681,6 +681,7 @@
+
+ #define VKI_SOCK_STREAM 1
+
++#include <sys/types.h>
+ #include <netinet/tcp.h>
+
+ #define VKI_TCP_NODELAY TCP_NODELAY
More information about the svn-ports-all
mailing list