~ubuntu-branches/debian/stretch/sflphone/stretch

« back to all changes in this revision

Viewing changes to debian/patches/changeset_r92d62cfc54732bbbcfff2b1d36c096b120b981a5.diff

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-06-30 11:40:56 UTC
  • Revision ID: package-import@ubuntu.com-20130630114056-a066672akptqy3bq
Tags: 1.2.3-2
* changeset_r92d62cfc54732bbbcfff2b1d36c096b120b981a5.diff 
  - fixes automatic endian detection 
* Update Vcs: fixes vcs-field-not-canonical

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 92d62cfc54732bbbcfff2b1d36c096b120b981a5
 
2
Author: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
 
3
Date:   Wed Jun 26 12:02:37 2013 -0400
 
4
 
 
5
    * #26302: pjsip: fix build of daemon for bi-endian systems
 
6
 
 
7
Index: sflphone-1.2.2/daemon/globals.mak
 
8
===================================================================
 
9
--- sflphone-1.2.2.orig/daemon/globals.mak      2013-06-29 17:24:01.000000000 +1000
 
10
+++ sflphone-1.2.2/daemon/globals.mak   2013-06-29 17:25:13.000000000 +1000
 
11
@@ -16,7 +16,8 @@
 
12
                   -I$(src)/libs/pjproject-2.0.1/pjlib/include \
 
13
                   -I$(src)/libs/pjproject-2.0.1/pjlib-util/include \
 
14
                   -I$(src)/libs/pjproject-2.0.1/pjmedia/include \
 
15
-                  -I$(src)/libs/pjproject-2.0.1/pjnath/include
 
16
+                  -I$(src)/libs/pjproject-2.0.1/pjnath/include \
 
17
+                  -DPJ_AUTOCONF=1
 
18
 
 
19
 if BUILD_SPEEX
 
20
 SPEEXCODEC=-DHAVE_SPEEX_CODEC