Summary: | [PATCH] net-im/licq: net-im/licq-icq fails to build | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Vsevolod Volkov <vvv> | ||||
Component: | Individual Port(s) | Assignee: | Dirk Meyer <dinoex> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Vsevolod Volkov
2014-02-11 13:30:00 UTC
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" |