Date: Sat, 21 Jun 2014 08:33:20 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358677 - head/japanese/nhocr/files Message-ID: <201406210833.s5L8XKHt050153@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Jun 21 08:33:20 2014 New Revision: 358677 URL: http://svnweb.freebsd.org/changeset/ports/358677 QAT: https://qat.redports.org/buildarchive/r358677/ Log: japanese/nhocr: Unbreak on FreeBSD 10+ and DragonFly Add missing header to fix. Covered by just-fix-it blanket. Added: head/japanese/nhocr/files/patch-gramdc_gramdclient.cpp (contents, props changed) Added: head/japanese/nhocr/files/patch-gramdc_gramdclient.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/nhocr/files/patch-gramdc_gramdclient.cpp Sat Jun 21 08:33:20 2014 (r358677) @@ -0,0 +1,10 @@ +--- gramdc/gramdclient.cpp.orig 2012-03-21 00:49:18.000000000 +0000 ++++ gramdc/gramdclient.cpp +@@ -7,6 +7,7 @@ + + #include "gramdclient.h" + ++#include <sys/select.h> + #include <sys/socket.h> + #include <sys/types.h> + #include <netinet/in.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406210833.s5L8XKHt050153>