$OpenBSD: patch-GPL_DemanglerGnu_build_gradle,v 1.2 2020/07/19 01:29:23 lteo Exp $

From https://github.com/NationalSecurityAgency/ghidra/pull/490

Index: GPL/DemanglerGnu/build.gradle
--- GPL/DemanglerGnu/build.gradle.orig
+++ GPL/DemanglerGnu/build.gradle
@@ -32,6 +32,10 @@ model {
 			architecture 'x86_64'
 			operatingSystem 'osx'
 		}
+		openbsd64 {
+			architecture 'x86_64'
+			operatingSystem 'openbsd'
+		}
 	}	
 }
 
@@ -72,6 +76,7 @@ model {
 			targetPlatform "win64"
 			targetPlatform "linux64"
 			targetPlatform "osx64"
+			targetPlatform "openbsd64"
 			sources {
 				c {
 					source {
