summaryrefslogtreecommitdiff
path: root/net/opal3/files/patch-configure-spandsp
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-09-20 21:50:39 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-09-20 21:50:39 +0000
commit9e6673f04f2a8178e49b49d1676640bba2149371 (patch)
treec62b4e58e684a810c47846f1e9a173a16b0d27d1 /net/opal3/files/patch-configure-spandsp
parentReturning maintainership on my multimedia ports to ports@freebsd.org (diff)
Move ptlib26, opal3 and ekiga3 to unversioned ports and update to:
ptlib to 2.10.10 opal to 3.10.10 ekiga to 4.0.1
Notes
Notes: svn path=/head/; revision=327751
Diffstat (limited to 'net/opal3/files/patch-configure-spandsp')
-rw-r--r--net/opal3/files/patch-configure-spandsp56
1 files changed, 0 insertions, 56 deletions
diff --git a/net/opal3/files/patch-configure-spandsp b/net/opal3/files/patch-configure-spandsp
deleted file mode 100644
index 88424a0b7e54..000000000000
--- a/net/opal3/files/patch-configure-spandsp
+++ /dev/null
@@ -1,56 +0,0 @@
---- plugins/configure.orig 2009-08-29 23:23:02.000000000 +0400
-+++ plugins/configure 2009-08-29 23:23:29.000000000 +0400
-@@ -11549,9 +11549,9 @@
-
- saved_LIBS="$LIBS"
- LIBS="$LIBS -lspandsp"
-- { echo "$as_me:$LINENO: checking for t38_indicator in -lspandsp" >&5
--echo $ECHO_N "checking for t38_indicator in -lspandsp... $ECHO_C" >&6; }
--if test "${ac_cv_lib_spandsp_t38_indicator+set}" = set; then
-+ { echo "$as_me:$LINENO: checking for t38_core_init in -lspandsp" >&5
-+echo $ECHO_N "checking for t38_core_init in -lspandsp... $ECHO_C" >&6; }
-+if test "${ac_cv_lib_spandsp_t38_core_init+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
-@@ -11569,11 +11569,11 @@
- #ifdef __cplusplus
- extern "C"
- #endif
--char t38_indicator ();
-+char t38_core_init ();
- int
- main ()
- {
--return t38_indicator ();
-+return t38_core_init ();
- ;
- return 0;
- }
-@@ -11596,21 +11596,21 @@
- test ! -s conftest.err
- } && test -s conftest$ac_exeext &&
- $as_test_x conftest$ac_exeext; then
-- ac_cv_lib_spandsp_t38_indicator=yes
-+ ac_cv_lib_spandsp_t38_core_init=yes
- else
- echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
-
-- ac_cv_lib_spandsp_t38_indicator=no
-+ ac_cv_lib_spandsp_t38_core_init=no
- fi
-
- rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
- conftest$ac_exeext conftest.$ac_ext
- LIBS=$ac_check_lib_save_LIBS
- fi
--{ echo "$as_me:$LINENO: result: $ac_cv_lib_spandsp_t38_indicator" >&5
--echo "${ECHO_T}$ac_cv_lib_spandsp_t38_indicator" >&6; }
--if test $ac_cv_lib_spandsp_t38_indicator = yes; then
-+{ echo "$as_me:$LINENO: result: $ac_cv_lib_spandsp_t38_core_init" >&5
-+echo "${ECHO_T}$ac_cv_lib_spandsp_t38_core_init" >&6; }
-+if test $ac_cv_lib_spandsp_t38_core_init = yes; then
- opal_spandsp=yes
- else
- opal_spandsp=no