From 13fdd25e8aa986212c3158d436555e14029d44fa Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 24 Mar 2005 22:06:27 +0000 Subject: Add "${PTHREAD_LDFLAGS}" to "LDFLAGS" to fix link failures under NetBSD 3.99.1. --- net/mldonkey/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/mldonkey') diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common index a4e4fe4331b..c8eb69de9c5 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -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 @@ USE_PERL5= build 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 -- cgit v1.2.3