svn commit: r329090 - head/net-p2p/valknut/files
John Marino
marino at FreeBSD.org
Wed Oct 2 18:03:12 UTC 2013
Author: marino
Date: Wed Oct 2 18:03:11 2013
New Revision: 329090
URL: http://svnweb.freebsd.org/changeset/ports/329090
Log:
net-p2p/valknut: add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit)
Added:
head/net-p2p/valknut/files/
head/net-p2p/valknut/files/patch-valknut_main.cpp (contents, props changed)
Added: head/net-p2p/valknut/files/patch-valknut_main.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-p2p/valknut/files/patch-valknut_main.cpp Wed Oct 2 18:03:11 2013 (r329090)
@@ -0,0 +1,10 @@
+--- valknut/main.cpp.orig 2009-01-17 18:01:25.000000000 +0000
++++ valknut/main.cpp
+@@ -26,6 +26,7 @@
+ #include <signal.h>
+ #endif
+
++#include <unistd.h>
+ #include <qapplication.h>
+ #include <qfont.h>
+ #include <qstring.h>
More information about the svn-ports-head
mailing list