diff options
Diffstat (limited to 'net/asterisk/files/patch-configure')
-rw-r--r-- | net/asterisk/files/patch-configure | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/net/asterisk/files/patch-configure b/net/asterisk/files/patch-configure index e3a9ad23c78d..4712b202b045 100644 --- a/net/asterisk/files/patch-configure +++ b/net/asterisk/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2012-03-27 16:32:40.000000000 +0200 -+++ configure 2012-05-02 22:18:38.088619968 +0200 -@@ -4671,9 +4671,9 @@ +--- configure.orig 2012-08-09 20:58:44.000000000 +0200 ++++ configure 2012-10-09 00:23:16.383254715 +0200 +@@ -4419,9 +4419,9 @@ astheaderdir='${includedir}/asterisk' astlibdir='${libdir}/asterisk' astmandir='${mandir}' @@ -12,7 +12,7 @@ astkeydir='${astvarlibdir}' astspooldir='${localstatedir}/spool/asterisk' astlogdir='${localstatedir}/log/asterisk' -@@ -4696,8 +4696,6 @@ +@@ -4444,8 +4444,6 @@ case "${host_os}" in freebsd*) ac_default_prefix=/usr/local @@ -21,16 +21,16 @@ ;; openbsd*) ac_default_prefix=/usr/local -@@ -18219,6 +18217,8 @@ - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext +@@ -29734,6 +29732,8 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -+ #include <sys/types.h> -+ #include <sys/socket.h> - #include <ifaddrs.h> ++#include <sys/types.h> ++#include <sys/socket.h> + #include <ifaddrs.h> int main () -@@ -25954,7 +25954,7 @@ +@@ -47845,7 +47845,7 @@ fi @@ -38,4 +38,4 @@ + PLATFORM_OPENH323="h323_${OPENH323_SUFFIX}" if test "${HAS_OPENH323:-unset}" != "unset"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking OpenH323 installation validity" >&5 + { $as_echo "$as_me:$LINENO: checking OpenH323 installation validity" >&5 |