diff options
Diffstat (limited to 'net-libs/net6/files/net6-1.3.9-libgnutls.patch')
-rw-r--r-- | net-libs/net6/files/net6-1.3.9-libgnutls.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-libs/net6/files/net6-1.3.9-libgnutls.patch b/net-libs/net6/files/net6-1.3.9-libgnutls.patch new file mode 100644 index 000000000000..85143ea5e35a --- /dev/null +++ b/net-libs/net6/files/net6-1.3.9-libgnutls.patch @@ -0,0 +1,22 @@ +diff -Naur net6-1.3.9.old/configure.ac net6-1.3.9/configure.ac +--- net6-1.3.9.old/configure.ac 2009-07-18 17:19:58.000000000 -0400 ++++ net6-1.3.9/configure.ac 2009-07-18 17:21:24.000000000 -0400 +@@ -73,17 +73,7 @@ + + # Checks for libraries. + PKG_CHECK_MODULES([libnet6], [sigc++-2.0]) +- +-AM_PATH_LIBGNUTLS( 1.0.0,, AC_MSG_ERROR([[ +-*** +-*** libgnutls was not found. You may want to get it by using the +-*** package manager of your distribution or by compiling the source +-*** from ftp://ftp.gnutls.org/pub/gnutls/. This dependency is +-*** now mandatory. +-]])) +-addlibs="$addlibs $LIBGNUTLS_LIBS" +-addcflags="$LIBGNUTLS_CFLAGS" +-AC_SUBST(addcflags) ++PKG_CHECK_MODULES([LIBGNUTLS], [gnutls]) + + # gettext / i18n + AM_GNU_GETTEXT([external]) |