diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-11-06 16:24:13 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-11-06 16:24:13 +0000 |
commit | ac0075c2b510070cfd78cb108d50814335d15eb1 (patch) | |
tree | 84bb9218af92afa196398109b5d98ec5ff380d6c /net/linphone/files/patch-configure | |
parent | eb87005a858a257e6ff9ad3bd32474fc1eb2f9e8 (diff) |
Notes
Diffstat (limited to 'net/linphone/files/patch-configure')
-rw-r--r-- | net/linphone/files/patch-configure | 33 |
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 |