summaryrefslogtreecommitdiff
path: root/net/linphone/files/patch-configure
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-11-06 16:24:13 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-11-06 16:24:13 +0000
commitac0075c2b510070cfd78cb108d50814335d15eb1 (patch)
tree84bb9218af92afa196398109b5d98ec5ff380d6c /net/linphone/files/patch-configure
parentwww/py-beautifulsoup should be RUN dependency (diff)
Update the Linphone stack.
Linphone 3.9.0 Ortp 0.25.0 + bump PORTREVISION on dependent ports (devel/libosmo-abis) Libbzrtp 1.0.3 Belle-sip (fix files/patch-src-belle_sip_headers_impl.c) Mediastreamer 2.12.0 MS plugins (msbcg729 1.0.1, msilbc 2.1.2, msopenh264 1.1.1, msx264 1.5.2)
Notes
Notes: svn path=/head/; revision=400943
Diffstat (limited to 'net/linphone/files/patch-configure')
-rw-r--r--net/linphone/files/patch-configure33
1 files changed, 29 insertions, 4 deletions
diff --git a/net/linphone/files/patch-configure b/net/linphone/files/patch-configure
index a92ea8b43140..e69f7cd86bcc 100644
--- a/net/linphone/files/patch-configure
+++ b/net/linphone/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2015-04-02 09:04:58 UTC
+--- configure.orig 2015-11-02 13:54:22 UTC
+++ configure
-@@ -20382,12 +20382,6 @@ $as_echo "#define HAVE_NOTIFY1 1" >>conf
+@@ -20432,12 +20432,6 @@ $as_echo "#define HAVE_NOTIFY1 1" >>conf
fi
fi
@@ -13,12 +13,37 @@
case "$host_cpu" in
*arm*)
-@@ -22149,7 +22143,7 @@ fi
+@@ -22107,14 +22101,14 @@ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sqlite3_sqlite3_open" >&5
+ $as_echo "$ac_cv_lib_sqlite3_sqlite3_open" >&6; }
+ if test "x$ac_cv_lib_sqlite3_sqlite3_open" = xyes; then :
+- SQLITE3_LIBS+=" -lsqlite3 "; found_sqlite=yes
++ SQLITE3_LIBS="$SQLITE3_LIBS -lsqlite3 "; found_sqlite=yes
+ else
+ foo=bar
+ fi
fi
if test "$found_sqlite" = "yes"; then
-- SQLITE3_CFLAGS+="-DMSG_STORAGE_ENABLED"
+- SQLITE3_CFLAGS+=" -DMSG_STORAGE_ENABLED"
+ SQLITE3_CFLAGS="$SQLITE3_CFLAGS -DMSG_STORAGE_ENABLED"
if test "$build_macos" = "yes" -o "$ios_found" = "yes"; then
SQLITE3_LIBS+=" -liconv"
fi
+@@ -22262,14 +22256,14 @@ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sqlite3_sqlite3_open" >&5
+ $as_echo "$ac_cv_lib_sqlite3_sqlite3_open" >&6; }
+ if test "x$ac_cv_lib_sqlite3_sqlite3_open" = xyes; then :
+- SQLITE3_LIBS+=" -lsqlite3 "; found_sqlite=yes
++ SQLITE3_LIBS="$SQLITE3_LIBS -lsqlite3 "; found_sqlite=yes
+ else
+ foo=bar
+ fi
+
+ fi
+ if test "$found_sqlite" = "yes"; then
+- SQLITE3_CFLAGS+=" -DCALL_LOGS_STORAGE_ENABLED"
++ SQLITE3_CFLAGS="$SQLITE3_CFLAGS -DCALL_LOGS_STORAGE_ENABLED"
+ if test "$build_macos" = "yes" -o "$ios_found" = "yes"; then
+ SQLITE3_LIBS+=" -liconv"
+ fi