Skip to content

Commit

Permalink
Merge pull request #3298 from hadfl/jdk_r38
Browse files Browse the repository at this point in the history
openjdk11: update to 11.0.20+8 (r151038)
  • Loading branch information
citrus-it authored Jul 20, 2023
2 parents d7c4af1 + 91aadf0 commit 54435ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/openjdk11/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

PROG=openjdk
VER=11
UPDATE=19
BUILD=7
UPDATE=20
BUILD=8
PKG=runtime/java/openjdk11
SUMMARY="openjdk $VER"
DESC="Open-source implementation of the eleventh edition of the "
Expand Down
4 changes: 2 additions & 2 deletions build/openjdk11/patches/patch-make_lib_Awt2dLibraries.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/make/lib/Awt2dLibraries.gmk a
EXTRA_HEADER_DIRS := \
common/awt/debug \
@@ -554,8 +553,12 @@ else
HARFBUZZ_CFLAGS += -DHAVE_INTEL_ATOMIC_PRIMITIVES
HARFBUZZ_CFLAGS += -DHAVE_INTEL_ATOMIC_PRIMITIVES -DHB_NO_VISIBILITY
endif
ifeq ($(call isTargetOs, solaris), true)
+ ifeq ($(TOOLCHAIN_TYPE), gcc)
+ HARFBUZZ_CFLAGS += -DHAVE_INTEL_ATOMIC_PRIMITIVES
+ HARFBUZZ_CFLAGS += -DHAVE_INTEL_ATOMIC_PRIMITIVES -DHB_NO_VISIBILITY
+ else
HARFBUZZ_CFLAGS += -DHAVE_SOLARIS_ATOMIC_OPS
endif
Expand Down

0 comments on commit 54435ba

Please sign in to comment.