pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/licq-core Fix build with GCC 4.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/760ad4d64f5c
branches:  trunk
changeset: 595614:760ad4d64f5c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Nov 22 18:02:31 2011 +0000

description:
Fix build with GCC 4.5

diffstat:

 chat/licq-core/distinfo                   |   3 ++-
 chat/licq-core/patches/patch-src-fifo.cpp |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 77cbf5876e05 -r 760ad4d64f5c chat/licq-core/distinfo
--- a/chat/licq-core/distinfo   Tue Nov 22 18:02:07 2011 +0000
+++ b/chat/licq-core/distinfo   Tue Nov 22 18:02:31 2011 +0000
@@ -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-cb) = 3a4f3f35825207693dc87112899a3e6bb3ec71a0
 SHA1 (patch-qa) = 1fb1821418c151d7a43085d9b1038279dca59f4d
 SHA1 (patch-qb) = 2fa14d43c3d415947fdd67db30642b31030e5a3b
+SHA1 (patch-src-fifo.cpp) = 3f8379e07e916c44ec059b4077db2f5dd6590f77
diff -r 77cbf5876e05 -r 760ad4d64f5c chat/licq-core/patches/patch-src-fifo.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/licq-core/patches/patch-src-fifo.cpp Tue Nov 22 18:02:31 2011 +0000
@@ -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"
+ 



Home | Main Index | Thread Index | Old Index