diff options
-rw-r--r-- | lang/sun-jdk6/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/sun-jdk6/Makefile b/lang/sun-jdk6/Makefile index c1521d5a3b7..a6160f0a8b6 100644 --- a/lang/sun-jdk6/Makefile +++ b/lang/sun-jdk6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2011/06/09 09:08:17 obache Exp $ +# $NetBSD: Makefile,v 1.23 2011/07/09 10:27:53 abs Exp $ DISTNAME= jdk-6u26-linux-${DIST_ARCH} PKGNAME= sun-jdk6-6.0.26 @@ -14,6 +14,10 @@ JAVA_WRAPPERS= appletviewer apt extcheck idlj jar jarsigner \ MAKE_JOBS_SAFE= no +.if !empty(MACHINE_PLATFORM:MLinux-*-x86_64) +CHECK_SHLIBS_SUPPORTED= no +.endif + .include "../../lang/sun-jre6/Makefile.common" # Remove parts that are in common with the JRE |