pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/kmess Fix build on DragonFly and pthread linkage.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee1c55017cc8
branches:  trunk
changeset: 513477:ee1c55017cc8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon May 29 15:53:27 2006 +0000

description:
Fix build on DragonFly and pthread linkage.

diffstat:

 chat/kmess/distinfo         |   3 ++-
 chat/kmess/patches/patch-aa |  12 ++++++++++++
 chat/kmess/patches/patch-ab |  13 +++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (44 lines):

diff -r 0b76d4c2ee6b -r ee1c55017cc8 chat/kmess/distinfo
--- a/chat/kmess/distinfo       Mon May 29 15:37:02 2006 +0000
+++ b/chat/kmess/distinfo       Mon May 29 15:53:27 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2006/05/25 11:00:25 markd Exp $
+$NetBSD: distinfo,v 1.6 2006/05/29 15:53:27 joerg Exp $
 
 SHA1 (kmess-1.4.3.tar.gz) = 1613c65c7b9ffaa6a1f55396297d25ab7ee3103d
 RMD160 (kmess-1.4.3.tar.gz) = 280bab4275903389d2f7d5b3884df937a83addf7
 Size (kmess-1.4.3.tar.gz) = 1869940 bytes
+SHA1 (patch-aa) = 098da7e84f8b1eb70815949dca210184c91da6aa
diff -r 0b76d4c2ee6b -r ee1c55017cc8 chat/kmess/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/kmess/patches/patch-aa       Mon May 29 15:53:27 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2006/05/29 15:53:27 joerg Exp $
+
+--- kmess/network/msnconnection.h.orig 2006-05-29 15:23:45.000000000 +0000
++++ kmess/network/msnconnection.h
+@@ -30,6 +30,7 @@
+ #include <stdlib.h>
+ #include <sys/socket.h>
+ #include <arpa/inet.h>
++#include <netinet/in.h>
+ #include <netdb.h>
+ #include <sys/types.h>
+ #include <string.h>
diff -r 0b76d4c2ee6b -r ee1c55017cc8 chat/kmess/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/kmess/patches/patch-ab       Mon May 29 15:53:27 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2006/05/29 15:53:27 joerg Exp $
+
+--- kmess/Makefile.in.orig     2006-05-29 15:43:52.000000000 +0000
++++ kmess/Makefile.in
+@@ -470,7 +470,7 @@ INCLUDES = $(all_includes)
+ 
+ # the library search path.
+ # the -lpthread is required for Autopackage/BinReloc
+-kmess_LDFLAGS = $(KDE_RPATH) $(all_libraries) -lpthread
++kmess_LDFLAGS = $(KDE_RPATH) $(all_libraries) ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
+ AM_CXXFLAGS = -ggdb
+ #>- all: all-recursive
+ #>+ 1



Home | Main Index | Thread Index | Old Index