configure thinks it needs wget. Let's pretend we have it.
This commit is contained in:
parent
bc1fe969f7
commit
da3895fba1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
# Needed to extract icedtea
|
||||||
EXTRACT_USING= gtar
|
EXTRACT_USING= gtar
|
||||||
|
@ -45,6 +45,7 @@ CONFIGURE_ARGS+= --with-jdk-home=${PREFIX}/java/openjdk7
|
||||||
USE_LANGUAGES= c c++
|
USE_LANGUAGES= c c++
|
||||||
USE_TOOLS+= gawk pkg-config autoconf automake
|
USE_TOOLS+= gawk pkg-config autoconf automake
|
||||||
CONFIGURE_ENV+= ac_cv_path_MD5SUM=/usr/bin/true
|
CONFIGURE_ENV+= ac_cv_path_MD5SUM=/usr/bin/true
|
||||||
|
CONFIGURE_ENV+= ac_cv_path_WGET=/usr/bin/true
|
||||||
|
|
||||||
pre-configure: icedtea-autoconf
|
pre-configure: icedtea-autoconf
|
||||||
.PHONY: icedtea-autoconf
|
.PHONY: icedtea-autoconf
|
||||||
|
|
Loading…
Reference in a new issue