diff options
author | jlam <jlam> | 2001-07-17 10:56:57 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-17 10:56:57 +0000 |
commit | d0e4712bb17dc09f8c448b147d9c6b9944664372 (patch) | |
tree | 6e0f36f5ab747215cf5f4ed9e255ad5933a15b3e | |
parent | 0da41e518eaa7885065765d2db22ee21a0a1441b (diff) | |
download | pkgsrc-d0e4712bb17dc09f8c448b147d9c6b9944664372.tar.gz |
Workaround bug in configure script at line 3718 that doesn't restore
LDFLAGS to correct value during the configure process. This should fix
pkg/13483.
-rw-r--r-- | net/wget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index b75c207a4bc..90c06ba5420 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2001/07/16 11:01:10 itojun Exp $ +# $NetBSD: Makefile,v 1.35 2001/07/17 10:56:57 jlam Exp $ DISTNAME= wget-1.7 CATEGORIES= net @@ -17,8 +17,8 @@ USE_BUILDLINK_ONLY= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBINTL= yes MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" +MAKE_FLAGS+= LDFLAGS="${LDFLAGS}" INFO_FILES= wget.info |