diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2014-11-19 13:14:59 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2014-11-19 13:14:59 +0000 |
commit | 8ea977e9ff1d54cf1ac1e73e8527096ff6ba2e2a (patch) | |
tree | bdf22661d9752293649882257f691084974b5aa9 /net-im/telegram-cli/files/patch-main.c | |
parent | Remove obsolete patches. (diff) |
- Remove duplicate port of net-im/tg
Diffstat (limited to 'net-im/telegram-cli/files/patch-main.c')
-rw-r--r-- | net-im/telegram-cli/files/patch-main.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net-im/telegram-cli/files/patch-main.c b/net-im/telegram-cli/files/patch-main.c deleted file mode 100644 index b3344859e627..000000000000 --- a/net-im/telegram-cli/files/patch-main.c +++ /dev/null @@ -1,22 +0,0 @@ ---- main.c.orig 2014-09-24 06:35:27.000000000 -0400 -+++ main.c 2014-11-18 10:30:56.677155518 -0500 -@@ -29,6 +29,10 @@ - #include <termios.h> - #include <unistd.h> - #include <assert.h> -+#ifdef __FreeBSD__ -+#include <sys/socket.h> -+#include <netinet/in.h> -+#endif - #if (READLINE == GNU) - #include <readline/readline.h> - #else -@@ -803,7 +807,7 @@ - running_for_first_time (); - parse_config (); - -- tgl_set_rsa_key ("/etc/" PROG_NAME "/server.pub"); -+ tgl_set_rsa_key ("%%LOCALBASE%%/etc/" PROG_NAME "/server.pub"); - tgl_set_rsa_key ("tg-server.pub"); - - |