FreeBSD Bugzilla – Attachment 204473 Details for
Bug 237990
sysutils/facter: allow building when OpenJDK 12 is used in make.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for CMakeLists.txt to allow building with OpenJDK 12
patch-CMakeLists-jdk12.txt (text/plain), 435 bytes, created by
Tommy P
on 2019-05-20 02:26:05 UTC
(
hide
)
Description:
Patch for CMakeLists.txt to allow building with OpenJDK 12
Filename:
MIME Type:
Creator:
Tommy P
Created:
2019-05-20 02:26:05 UTC
Size:
435 bytes
patch
obsolete
>--- CMakeLists.txt.ori 2019-05-20 00:36:18.021328000 +0000 >+++ CMakeLists.txt 2019-05-20 00:36:47.308011000 +0000 >@@ -114,7 +114,7 @@ > > if (Java_JAVAC_EXECUTABLE) > set(JRUBY_SUPPORT TRUE) >- set(CMAKE_JAVA_COMPILE_FLAGS -source 1.6 -target 1.6) >+ set(CMAKE_JAVA_COMPILE_FLAGS -source 7 -target 7) > add_definitions(-DUSE_JRUBY_SUPPORT) > endif() > endif()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 237990
: 204473