summaryrefslogtreecommitdiff
path: root/devel/ghidra/files/patch-GPL_nativeBuildProperties.gradle
blob: 4d8b942bc9c6d38055db49884fb47bb94c6a7c3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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'
+		}
 	}	
 }