diff options
author | joerg <joerg> | 2006-09-25 16:16:35 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-09-25 16:16:35 +0000 |
commit | 088d91baf1bea8d8816da4d89fa316dfaed2d524 (patch) | |
tree | fc4d881bbfa24951d7b300d336615044d13c813a | |
parent | 3ccd1db6adee8826ad78989c7b1911bb2699b875 (diff) | |
download | pkgsrc-088d91baf1bea8d8816da4d89fa316dfaed2d524.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.
-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 |