diff options
author | abs <abs@pkgsrc.org> | 2011-07-09 10:27:53 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2011-07-09 10:27:53 +0000 |
commit | 327d28b09153f4ab4eefeb0549472dccd418ca65 (patch) | |
tree | 773689ddf465c58e33f7fb6b492a5c1d211bcb2a /lang | |
parent | 131f478bdac4f19b32a6dc23259e1a87260c3c3b (diff) | |
download | pkgsrc-327d28b09153f4ab4eefeb0549472dccd418ca65.tar.gz |
Exclude CHECK_SHLIBS_SUPPORTED on Linux-*-x86_64
Diffstat (limited to 'lang')
-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 |