freebsd-ports/net/bctoolbox/files/patch-configure
Tijl Coosemans ef3fb3edb5 Update the Linphone stack:
Linphone 3.10.2
bctoolbox 0.2.0
oRTP 0.27.0 + bump PORTREVISION on dependent ports (devel/libosmo-abis)
bzrtp 1.0.4
Belle-SIP 1.5.0
Mediastreamer 2.14.0
MS plugins (msbcg729 1.0.2, msopenh264 1.1.2)
2016-10-17 14:28:01 +00:00

19 lines
481 B
Text

--- configure.orig 2016-08-11 12:03:20 UTC
+++ configure
@@ -16340,7 +16340,7 @@ fi
if test "$mbedtls_prefix" != "/usr" ; then
- MBEDTLS_CFLAGS="-I${mbedtls_prefix}"
+ MBEDTLS_CFLAGS="-I${mbedtls_prefix}/include"
MBEDTLS_LIBS="-L${mbedtls_prefix}/lib"
fi
@@ -16408,7 +16408,6 @@ fi
if test "$cunit_found" != "true" ; then
- as_fn_error $? "\"CUnit not found\"" "$LINENO" 5
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CU_get_suite in -lcunit" >&5