mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -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)
11 lines
468 B
Groovy
11 lines
468 B
Groovy
--- Ghidra/RuntimeScripts/build.gradle.orig 2019-11-05 09:19:07 UTC
|
|
+++ Ghidra/RuntimeScripts/build.gradle
|
|
@@ -17,7 +17,7 @@ rootProject.OS_NAMES.each { platform ->
|
|
rootProject.tasks.findAll {it.name == "assembleDistribution_$platform"}.each { t ->
|
|
def p = this.project
|
|
|
|
- if (isLinux(platform) || isMac(platform)) {
|
|
+ if (isLinux(platform) || isMac(platform) || isFreeBSD(platform)) {
|
|
t.from ("${p.projectDir}/Linux/support") {
|
|
into "support"
|
|
}
|