mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
- Now that openjdk11+ are registered in bsd.java.mk, drop the JDK11 and JDK12 options Changes: https://ghidra-sre.org/releaseNotes_9.1_final.html#9_1 PR: 239902 Submitted by: Tamas Szakaly <sghctoma@gmail.com> (maintainer)
13 lines
273 B
Groovy
13 lines
273 B
Groovy
--- GPL/nativeBuildProperties.gradle.orig 2019-10-23 20:54:54 UTC
|
|
+++ GPL/nativeBuildProperties.gradle
|
|
@@ -39,6 +39,10 @@ model {
|
|
architecture 'x86_64'
|
|
operatingSystem 'osx'
|
|
}
|
|
+ freebsd64 {
|
|
+ architecture 'x86_64'
|
|
+ operatingSystem 'freebsd'
|
|
+ }
|
|
}
|
|
}
|
|
|