aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk14/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk14/files/patch-configure')
-rw-r--r--net/asterisk14/files/patch-configure32
1 files changed, 0 insertions, 32 deletions
diff --git a/net/asterisk14/files/patch-configure b/net/asterisk14/files/patch-configure
deleted file mode 100644
index 9a62851600a8..000000000000
--- a/net/asterisk14/files/patch-configure
+++ /dev/null
@@ -1,32 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig
-+++ configure
-@@ -23776,7 +23776,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lodbc ${pbxlibdir} -lltdl $LIBS"
-+LIBS="-lodbc ${pbxlibdir} $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -23855,7 +23855,7 @@
-
-
- if test "${AST_UNIXODBC_FOUND}" = "yes"; then
-- UNIXODBC_LIB="-lodbc -lltdl"
-+ UNIXODBC_LIB="-lodbc"
- UNIXODBC_HEADER_FOUND="1"
- if test "x${UNIXODBC_DIR}" != "x"; then
- UNIXODBC_LIB="${pbxlibdir} ${UNIXODBC_LIB}"
-@@ -28065,7 +28065,7 @@
-
- fi
-
-- PLATFORM_OPENH323="h323_${PWLIB_PLATFORM}_${OPENH323_SUFFIX}"
-+ PLATFORM_OPENH323="h323_${OPENH323_SUFFIX}"
-
- if test "${HAS_OPENH323:-unset}" != "unset"; then
- { echo "$as_me:$LINENO: checking OpenH323 installation validity" >&5