summaryrefslogtreecommitdiff
path: root/chat/kmess
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-29 15:53:27 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-29 15:53:27 +0000
commitc21b86c717fc0ef43eeb944b7e2369652be48eed (patch)
tree11fb18026a1c900186d931768e414d82f79f8102 /chat/kmess
parentd7f789e0c27dede0564540ad4d21b3502bdd6896 (diff)
downloadpkgsrc-c21b86c717fc0ef43eeb944b7e2369652be48eed.tar.gz
Fix build on DragonFly and pthread linkage.
Diffstat (limited to 'chat/kmess')
-rw-r--r--chat/kmess/distinfo3
-rw-r--r--chat/kmess/patches/patch-aa12
-rw-r--r--chat/kmess/patches/patch-ab13
3 files changed, 27 insertions, 1 deletions
diff --git a/chat/kmess/distinfo b/chat/kmess/distinfo
index 154c85fc94b..61083e150f1 100644
--- a/chat/kmess/distinfo
+++ b/chat/kmess/distinfo
@@ -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 --git a/chat/kmess/patches/patch-aa b/chat/kmess/patches/patch-aa
new file mode 100644
index 00000000000..ea04fb04ae4
--- /dev/null
+++ b/chat/kmess/patches/patch-aa
@@ -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 --git a/chat/kmess/patches/patch-ab b/chat/kmess/patches/patch-ab
new file mode 100644
index 00000000000..9506f66e55f
--- /dev/null
+++ b/chat/kmess/patches/patch-ab
@@ -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