aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-04-06 09:10:37 +0800
committerChris Toshok <toshok@src.gnome.org>2004-04-06 09:10:37 +0800
commitf647532142b8ffd31af30a00e92e55716cd6a775 (patch)
treeb6bc6dbb4ac5d345ad2838eb301b88c3f1d6e449 /ui
parent2e0dac30be563758445a8c7207eb5f49b3f53649 (diff)
downloadgsoc2013-evolution-f647532142b8ffd31af30a00e92e55716cd6a775.tar.gz
gsoc2013-evolution-f647532142b8ffd31af30a00e92e55716cd6a775.tar.zst
gsoc2013-evolution-f647532142b8ffd31af30a00e92e55716cd6a775.zip
wrap this with the correct #ifdef.
2004-04-05 Chris Toshok <toshok@ximian.com> * util/eab-destination.h: wrap this with the correct #ifdef. svn path=/trunk/; revision=25328
Diffstat (limited to 'ui')
0 files changed, 0 insertions, 0 deletions
mit' value='search'/>
path: root/lang/J/files/patch-jsrc_jeload.c
blob: c8f812367f327a86039f2dbe40fc10de0f2204a0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                   
--- jsrc/jeload.c.orig  2019-03-10 11:13:19 UTC
+++ jsrc/jeload.c
@@ -330,6 +330,8 @@ int jefirst(int type,char* arg)
    strcat(input,"[UNAME_z_=:'Win'");
 #elif defined(__MACH__)
    strcat(input,"[UNAME_z_=:'Darwin'");
+#elif defined(__FreeBSD__)
+   strcat(input,"[UNAME_z_=:'FreeBSD'");
 #elif !defined(ANDROID)
    strcat(input,"[UNAME_z_=:'Linux'");
 #endif