diff options
author | tnn <tnn@pkgsrc.org> | 2015-02-21 09:55:47 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-02-21 09:55:47 +0000 |
commit | a7c680493dc6591f39ded5b56df679e77949f908 (patch) | |
tree | 70b153c067b5085d8d6873fe7e2e329b285147e5 /lang | |
parent | ba391b699dfee0025a64874a6c4efe6ead82d5df (diff) | |
download | pkgsrc-a7c680493dc6591f39ded5b56df679e77949f908.tar.gz |
more autoconf overrides
Diffstat (limited to 'lang')
-rw-r--r-- | lang/openjdk8/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/openjdk8/Makefile b/lang/openjdk8/Makefile index b2161bd1e59..0489c8836d9 100644 --- a/lang/openjdk8/Makefile +++ b/lang/openjdk8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/02/20 09:38:00 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2015/02/21 09:55:47 tnn Exp $ DISTNAME= openjdk-1.8.31-20150207 PKGNAME= openjdk8-1.8.31 @@ -29,6 +29,8 @@ GNU_CONFIGURE= yes CONFIGURE_SCRIPT= common/autoconf/configure CONFIG_SHELL= bash CONFIG_SUB_OVERRIDE+= common/autoconf/build-aux/config.sub +CONFIG_GUESS_OVERRIDE+= common/autoconf/build-aux/config.guess +CONFIG_GUESS_OVERRIDE+= common/autoconf/build-aux/autoconf-config.guess USE_LANGUAGES= c c++ USE_TOOLS+= bash gmake pax pkg-config unzip:run zip:run UNLIMIT_RESOURCES= datasize stacksize |