diff options
author | tron <tron@pkgsrc.org> | 2005-03-24 22:06:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-03-24 22:06:27 +0000 |
commit | 06fb1c17481d82bb69d071eeec97effc10a9713a (patch) | |
tree | 1a8afe8d7606deb3ac098d7ef364e5d864d7734f /net/mldonkey | |
parent | dc1904b39e3d52ca9a92eaf74af9b003a696688f (diff) | |
download | pkgsrc-06fb1c17481d82bb69d071eeec97effc10a9713a.tar.gz |
Add "${PTHREAD_LDFLAGS}" to "LDFLAGS" to fix link failures under
NetBSD 3.99.1.
Diffstat (limited to 'net/mldonkey')
-rw-r--r-- | net/mldonkey/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
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 |