summaryrefslogtreecommitdiff
path: root/chat/kmess/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'chat/kmess/patches/patch-ab')
-rw-r--r--chat/kmess/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
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