Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/lang/J/files/patch-jsrc_jeload.c
16149 views
1
--- jsrc/jeload.c.orig 2019-03-10 11:13:19 UTC
2
+++ jsrc/jeload.c
3
@@ -330,6 +330,8 @@ int jefirst(int type,char* arg)
4
strcat(input,"[UNAME_z_=:'Win'");
5
#elif defined(__MACH__)
6
strcat(input,"[UNAME_z_=:'Darwin'");
7
+#elif defined(__FreeBSD__)
8
+ strcat(input,"[UNAME_z_=:'FreeBSD'");
9
#elif !defined(ANDROID)
10
strcat(input,"[UNAME_z_=:'Linux'");
11
#endif
12
13