Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/java/aparapi/files/patch-build.xml
16461 views
1
--- build.xml.orig 2015-09-21 01:20:25 UTC
2
+++ build.xml
3
@@ -5,8 +5,9 @@
4
5
<condition property="x86_or_x86_64" value="x86" else="x86_64"> <or><os arch="x86" /><os arch="i386"/></or> </condition>
6
<condition property="dist" value="dist_windows_${x86_or_x86_64}"><os family="windows" /></condition>
7
- <condition property="dist" value="dist_linux_${x86_or_x86_64}"><and><not><os family="mac"/></not><os family="unix" /></and></condition>
8
+ <condition property="dist" value="dist_linux_${x86_or_x86_64}"><and><not><os family="mac"/></not><not><os name="FreeBSD"/></not><os family="unix" /></and></condition>
9
<condition property="dist" value="dist_mac_${x86_or_x86_64}"><os family="mac" /></condition>
10
+ <condition property="dist" value="dist_freebsd"><os name="FreeBSD" /></condition>
11
12
<target name="help">
13
<echo message="Available targets are:-"/>
14
15