diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-22 18:02:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-22 18:02:31 +0000 |
commit | 83cc1a67720523451430f10a6a83d05de181abc1 (patch) | |
tree | f2725677bf04f10f267cfdd3b2f6eb2f1845bc1f /chat | |
parent | 3f545a0e5386cbdd304b326b385d7b8ef6d01388 (diff) | |
download | pkgsrc-83cc1a67720523451430f10a6a83d05de181abc1.tar.gz |
Fix build with GCC 4.5
Diffstat (limited to 'chat')
-rw-r--r-- | chat/licq-core/distinfo | 3 | ||||
-rw-r--r-- | chat/licq-core/patches/patch-src-fifo.cpp | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/chat/licq-core/distinfo b/chat/licq-core/distinfo index a5705fdf35c..7d264fc42bd 100644 --- a/chat/licq-core/distinfo +++ b/chat/licq-core/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2008/05/11 04:12:34 tonnerre Exp $ +$NetBSD: distinfo,v 1.14 2011/11/22 18:02:31 joerg Exp $ SHA1 (licq-1.3.5.tar.bz2) = a1059173f36694e6e5ec9ba62ced6e9738807916 RMD160 (licq-1.3.5.tar.bz2) = 4442f6cb3630d8300e5f128617a522bd2cb863dc @@ -15,3 +15,4 @@ SHA1 (patch-ca) = 36475ac0642e8908a2ae6a8913efa25ba09af1c3 SHA1 (patch-cb) = 3a4f3f35825207693dc87112899a3e6bb3ec71a0 SHA1 (patch-qa) = 1fb1821418c151d7a43085d9b1038279dca59f4d SHA1 (patch-qb) = 2fa14d43c3d415947fdd67db30642b31030e5a3b +SHA1 (patch-src-fifo.cpp) = 3f8379e07e916c44ec059b4077db2f5dd6590f77 diff --git a/chat/licq-core/patches/patch-src-fifo.cpp b/chat/licq-core/patches/patch-src-fifo.cpp new file mode 100644 index 00000000000..a3879e2bcca --- /dev/null +++ b/chat/licq-core/patches/patch-src-fifo.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-src-fifo.cpp,v 1.1 2011/11/22 18:02:31 joerg Exp $ + +--- src/fifo.cpp.orig 2011-11-22 17:36:31.000000000 +0000 ++++ src/fifo.cpp +@@ -29,6 +29,7 @@ + #include <stdlib.h> + #include <sys/stat.h> + #include <fcntl.h> ++#include <limits.h> + #include <ctype.h> + #include "time-fix.h" + |