rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / runtime / openjdk-11 / patches / make_lib_Lib-jdk.crypto.ucrypto.gmk.patch
blob1fce5ee93147e0c36942782ac58865d5c5edb6ec
1 $NetBSD$
3 Support SunOS/gcc.
5 --- a/make/lib/Lib-jdk.crypto.ucrypto.gmk.orig 2019-01-08 09:40:29.000000000 +0000
6 +++ b/make/lib/Lib-jdk.crypto.ucrypto.gmk
7 @@ -27,7 +27,8 @@ include LibCommon.gmk
9 ################################################################################
11 -ifeq ($(call isTargetOs, solaris), true)
12 +ifeq ($(call isTargetOs, notsolaris), true)
13 + ifeq ($(TOOLCHAIN_TYPE), solstudio)
15 $(eval $(call SetupJdkLibrary, BUILD_LIBJ2UCRYPTO, \
16 NAME := j2ucrypto, \
17 @@ -41,6 +42,7 @@ ifeq ($(OPENJDK_TARGET_OS), solaris)
19 TARGETS += $(BUILD_LIBJ2UCRYPTO)
21 + endif
22 endif
24 ################################################################################