diff options
author | joerg <joerg@pkgsrc.org> | 2006-09-25 16:16:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-09-25 16:16:35 +0000 |
commit | f6c7c70bfee1d4e13e45a4ca5896c55fbd0a22c7 (patch) | |
tree | fc4d881bbfa24951d7b300d336615044d13c813a /lang | |
parent | aa8707546fb384ad2932ca6d9ef978b1a0cf28e9 (diff) | |
download | pkgsrc-f6c7c70bfee1d4e13e45a4ca5896c55fbd0a22c7.tar.gz |
Disable CHECK_SHLIBS for sun-jre13 and sun-jdk13, as it can't work
in the current form. The wrapper handle it currectly.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sun-jre13/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/sun-jre13/Makefile.common b/lang/sun-jre13/Makefile.common index 672e6d9f519..448a4064f46 100644 --- a/lang/sun-jre13/Makefile.common +++ b/lang/sun-jre13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.30 2006/07/18 23:27:14 jlam Exp $ +# $NetBSD: Makefile.common,v 1.31 2006/09/25 16:16:35 joerg Exp $ # MASTER_SITES is very special, and must end in "=": CATEGORIES= lang java @@ -18,6 +18,8 @@ NO_BIN_ON_FTP= ${RESTRICTED} INTERACTIVE_STAGE= fetch +CHECK_SHLIBS= no # expected to fail + .include "../../mk/bsd.prefs.mk" JAVA_HOME= ${LOCALBASE}/java/sun-1.3.1 |