Can't build net-im/licq-icq with clang due to missing include <time.h> in /usr/local/include/licq/icq/filetransfer.h. Related pr: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/185067 Fix: Put the attached patch to /usr/ports/net-im/licq/files. Rebuild net-im/licq. Then build net-im/licq-icq. Patch attached with submission follows: How-To-Repeat: cd /usr/ports/net-im/licq-icq && make
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed committed, thanks.
Author: dinoex Date: Thu Feb 13 20:42:54 2014 New Revision: 344141 URL: http://svnweb.freebsd.org/changeset/ports/344141 QAT: https://qat.redports.org/buildarchive/r344141/ Log: - fix build with clang PR: 186649 Submitted by: Vsevolod Volkov Added: head/net-im/licq-icq/files/ head/net-im/licq-icq/files/patch-filetransfer.h (contents, props changed) Added: head/net-im/licq-icq/files/patch-filetransfer.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/licq-icq/files/patch-filetransfer.h Thu Feb 13 20:42:54 2014 (r344141) @@ -0,0 +1,10 @@ +--- ../../include/licq/icq/filetransfer.h.orig 2013-08-25 11:45:17.000000000 +0200 ++++ ../../include/licq/icq/filetransfer.h 2014-02-13 21:38:18.000000000 +0100 +@@ -76,6 +76,7 @@ + #include <cstring> + #include <list> + #include <string> ++#include <time.h> + + #include <licq/userid.h> + _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"