diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2014-05-08 19:39:33 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-05-08 19:39:33 +0000 |
commit | 7e8980cc3814ee3bb31b9da19c51de4e31aa46e6 (patch) | |
tree | 3fe4680eb131330d6b65c26197e5beca8096bb5e /net-im/toxic/files/patch-src_main.c | |
parent | - Add staging support, allow it as normal user (diff) |
Adding toxic, the CLI front-end for Tox.
Notes
Notes:
svn path=/head/; revision=353348
Diffstat (limited to 'net-im/toxic/files/patch-src_main.c')
-rw-r--r-- | net-im/toxic/files/patch-src_main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/toxic/files/patch-src_main.c b/net-im/toxic/files/patch-src_main.c new file mode 100644 index 000000000000..4ce711037f82 --- /dev/null +++ b/net-im/toxic/files/patch-src_main.c @@ -0,0 +1,11 @@ +--- src/main.c.orig 2014-04-20 22:43:14.000000000 +0200 ++++ src/main.c 2014-04-21 12:44:27.000000000 +0200 +@@ -169,6 +169,8 @@ + + #ifdef __linux__ + tox_set_name(m, (uint8_t *) "Cool guy", strlen("Cool guy")); ++#elif defined(__FreeBSD__) ++ tox_set_name(m, (uint8_t *) "Very cool guy", strlen("Very cool guy")); + #elif defined(_WIN32) + tox_set_name(m, (uint8_t *) "I should install GNU/Linux", strlen("I should install GNU/Linux")); + #elif defined(__APPLE__) |