~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to debian/patches/gcc47-fixes.patch

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-19 21:46:37 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120519214637-la8rbrford5kj6m3
Tags: 1.1.0-1
* New upstream release 
  - Fixes "FTBFS with libccrtp-dev/2.0.2 from experimental" (Closes: #663282)
* NEW Maintainer: Debian VoIP Team - Thanks Francois for your work.
  - (Closes: #665789: O: sflphone -- SIP and IAX2 compatible VoIP phone)
* Added Build-Depends: libdbus-c++-bin
* Add gcc47-fixes.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: sflphone-1.1.0/daemon/libs/iax2/iax-client.h
 
2
===================================================================
 
3
--- sflphone-1.1.0.orig/daemon/libs/iax2/iax-client.h   2012-05-18 07:16:25.000000000 +1000
 
4
+++ sflphone-1.1.0/daemon/libs/iax2/iax-client.h        2012-05-19 21:24:15.000000000 +1000
 
5
@@ -11,6 +11,8 @@
 
6
  * the GNU Lesser General Public License (LGPL)
 
7
  */
 
8
 
 
9
+#include <sys/socket.h>
 
10
+
 
11
 #ifndef _ASTERISK_IAX_CLIENT_H
 
12
 #define _ASTERISK_IAX_CLIENT_H
 
13
 
 
14
Index: sflphone-1.1.0/daemon/src/fileutils.cpp
 
15
===================================================================
 
16
--- sflphone-1.1.0.orig/daemon/src/fileutils.cpp        2012-05-18 07:16:25.000000000 +1000
 
17
+++ sflphone-1.1.0/daemon/src/fileutils.cpp     2012-05-19 21:24:59.000000000 +1000
 
18
@@ -28,6 +28,8 @@
 
19
  *  as that of the covered work.
 
20
  */
 
21
 
 
22
+#include <sys/types.h>
 
23
+#include <unistd.h>
 
24
 #include <libgen.h>
 
25
 #include <dirent.h>
 
26
 #include <sys/stat.h>