14 lines
464 B
Plaintext
14 lines
464 B
Plaintext
$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
|