diff options
Diffstat (limited to 'java/openjdk8/files')
-rw-r--r-- | java/openjdk8/files/patch-langtools-test-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/openjdk8/files/patch-langtools-test-Makefile b/java/openjdk8/files/patch-langtools-test-Makefile new file mode 100644 index 000000000000..85cd3ca71f95 --- /dev/null +++ b/java/openjdk8/files/patch-langtools-test-Makefile @@ -0,0 +1,11 @@ +--- langtools/test/Makefile Tue May 05 18:06:51 2015 -0700 ++++ langtools/test/Makefile Sat Jul 04 15:31:54 2015 -0700 +@@ -36,7 +36,7 @@ + ARCH=i586 + endif + endif +-ifneq ($(findstring $(OSNAME), BSD), ) ++ifneq ($(findstring BSD, $(OSNAME)), ) + PLATFORM = bsd + JT_PLATFORM = linux + ARCH = $(shell uname -p) |