diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-04-14 09:42:42 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-04-14 09:42:42 +0000 |
commit | ae1e92d207c21ffba4c16ee0ef66d9f3c0991a34 (patch) | |
tree | 551e9586dfe671883297780dee5c6a8a0b61cdeb /net-voip/linphone/files/linphone-1.6.0-call.patch | |
parent | net-im/linphone -> net-voip/linphone (diff) | |
download | historical-ae1e92d207c21ffba4c16ee0ef66d9f3c0991a34.tar.gz historical-ae1e92d207c21ffba4c16ee0ef66d9f3c0991a34.tar.bz2 historical-ae1e92d207c21ffba4c16ee0ef66d9f3c0991a34.zip |
Version bump, move to net-voip, bug 112688, remove /ortp, bug 171181, fix deps, bug 158551
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'net-voip/linphone/files/linphone-1.6.0-call.patch')
-rw-r--r-- | net-voip/linphone/files/linphone-1.6.0-call.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-voip/linphone/files/linphone-1.6.0-call.patch b/net-voip/linphone/files/linphone-1.6.0-call.patch new file mode 100644 index 000000000000..27fe669f8c1c --- /dev/null +++ b/net-voip/linphone/files/linphone-1.6.0-call.patch @@ -0,0 +1,10 @@ +--- linphone-1.6.0.old/console/commands.c 2007-02-02 13:57:55.000000000 +0100 ++++ linphone-1.6.0/console/commands.c 2007-02-02 14:25:51.000000000 +0100 +@@ -287,6 +287,7 @@ + static int + lpc_cmd_call(LinphoneCore *lc, char *args) + { ++ if ( ! args || ! *args ) return 0; + if ( lc->call != NULL ) + { + printf("Terminate current call first.\n"); |