pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/openjdk7 configure thinks it needs wget. Let's pr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ad50df5ef74b
branches: trunk
changeset: 400254:ad50df5ef74b
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed Oct 14 16:50:29 2009 +0000
description:
configure thinks it needs wget. Let's pretend we have it.
diffstat:
lang/openjdk7/icedtea-extras.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 118d3fae4632 -r ad50df5ef74b lang/openjdk7/icedtea-extras.mk
--- a/lang/openjdk7/icedtea-extras.mk Wed Oct 14 13:44:26 2009 +0000
+++ b/lang/openjdk7/icedtea-extras.mk Wed Oct 14 16:50:29 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: icedtea-extras.mk,v 1.1.1.1 2009/10/14 11:26:15 tnn Exp $
+# $NetBSD: icedtea-extras.mk,v 1.2 2009/10/14 16:50:29 tnn Exp $
# Needed to extract icedtea
EXTRACT_USING= gtar
@@ -45,6 +45,7 @@
USE_LANGUAGES= c c++
USE_TOOLS+= gawk pkg-config autoconf automake
CONFIGURE_ENV+= ac_cv_path_MD5SUM=/usr/bin/true
+CONFIGURE_ENV+= ac_cv_path_WGET=/usr/bin/true
pre-configure: icedtea-autoconf
.PHONY: icedtea-autoconf
Home |
Main Index |
Thread Index |
Old Index