pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/mldonkey Add "${PTHREAD_LDFLAGS}" to "LDFLAGS" to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9e6ed59fca1
branches:  trunk
changeset: 491505:e9e6ed59fca1
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Mar 24 22:06:27 2005 +0000

description:
Add "${PTHREAD_LDFLAGS}" to "LDFLAGS" to fix link failures under
NetBSD 3.99.1.

diffstat:

 net/mldonkey/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9a75ac6cea7b -r e9e6ed59fca1 net/mldonkey/Makefile.common
--- a/net/mldonkey/Makefile.common      Thu Mar 24 21:51:20 2005 +0000
+++ b/net/mldonkey/Makefile.common      Thu Mar 24 22:06:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2005/02/04 22:33:34 adrianp Exp $
+# $NetBSD: Makefile.common,v 1.3 2005/03/24 22:06:27 tron Exp $
 #
 
 DISTNAME=      mldonkey-2.5.28
@@ -20,6 +20,7 @@
 
 CONFIGURE_ENV+=                WGET=""
 CONFIGURE_ENV+=                ac_cv_prog_WGET="no"
+LDFLAGS+=              ${PTHREAD_LDFLAGS}
 MAKE_ENV+=             BUILDLINK_PREFIX.pthread=${BUILDLINK_PREFIX.pthread}
 CONFIGURE_ARGS+=       --enable-pthread-lib
 



Home | Main Index | Thread Index | Old Index