summaryrefslogtreecommitdiff
path: root/nonworking/centericq/centericq-4.9.12/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nonworking/centericq/centericq-4.9.12/configure.patch')
-rw-r--r--nonworking/centericq/centericq-4.9.12/configure.patch76
1 files changed, 0 insertions, 76 deletions
diff --git a/nonworking/centericq/centericq-4.9.12/configure.patch b/nonworking/centericq/centericq-4.9.12/configure.patch
deleted file mode 100644
index ac646b4f3e..0000000000
--- a/nonworking/centericq/centericq-4.9.12/configure.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- centericq-4.9.12/./configure.in~configure.patch
-+++ centericq-4.9.12/./configure.in
-@@ -84,13 +84,6 @@
- else
- AC_MSG_RESULT([not found or disabled])
- with_ssl="no"
--
-- AM_PATH_LIBGNUTLS_EXTRA(0.0.1, [
-- CXXFLAGS="$CXXFLAGS $LIBGNUTLS_CFLAGS"
-- LIBS="$LIBS $LIBGNUTLS_LIBS -lgnutls-extra"
-- AC_DEFINE(HAVE_GNUTLS, 1, [use gnutls])
-- with_ssl="yes"
-- ])
- fi
- fi
-
---- centericq-4.9.12/./connwrap-0.1/configure.in~configure.patch
-+++ centericq-4.9.12/./connwrap-0.1/configure.in
-@@ -45,29 +45,29 @@
- else
- AC_MSG_RESULT([not found or disabled])
-
-- AM_PATH_LIBGNUTLS_EXTRA(0.0.1, [
-- CXXFLAGS="$CXXFLAGS $LIBGNUTLS_CFLAGS"
-- LIBS="$LIBS $LIBGNUTLS_LIBS -lgnutls-extra"
-- AC_DEFINE(HAVE_GNUTLS)
-- ])
-+# AM_PATH_LIBGNUTLS_EXTRA(0.0.1, [
-+# CXXFLAGS="$CXXFLAGS $LIBGNUTLS_CFLAGS"
-+# LIBS="$LIBS $LIBGNUTLS_LIBS -lgnutls-extra"
-+# AC_DEFINE(HAVE_GNUTLS)
-+# ])
- fi
- fi
-
- AC_MSG_CHECKING(for inet_aton() presence)
-
--AC_TRY_LINK([
-+AC_LINK_IFELSE([AC_LANG_PROGRAM([[
-
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
-
--], [
-+]], [[
-
- struct in_addr inp;
- inet_aton("address", &inp);
-
--], have_aton=yes, have_aton=no)
-+]])],[have_aton=yes],[have_aton=no])
-
- if test "$have_aton" = "yes"; then
- AC_DEFINE(HAVE_INET_ATON)
---- centericq-4.9.12/libgadu-0.1/configure.in~configure.patch
-+++ centericq-4.9.12/libgadu-0.1/configure.in
-@@ -48,12 +48,6 @@
- AC_CHECK_LIB(ssl, main)
- else
- AC_MSG_RESULT([not found or disabled])
--
-- AM_PATH_LIBGNUTLS_EXTRA(0.0.1, [
-- CXXFLAGS="$CXXFLAGS $LIBGNUTLS_CFLAGS"
-- LIBS="$LIBS $LIBGNUTLS_LIBS -lgnutls-extra"
-- AC_DEFINE(HAVE_GNUTLS)
-- ])
- fi
- fi
-