Author: hawk Date: Sat Aug 8 19:11:38 2009 GMT Module: packages Tag: HEAD ---- Log message: - fix building with gnutls 2.8.x
---- Files affected: packages/vino: vino-gnutls-2_8-fix.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/vino/vino-gnutls-2_8-fix.patch diff -u /dev/null packages/vino/vino-gnutls-2_8-fix.patch:1.1 --- /dev/null Sat Aug 8 21:11:38 2009 +++ packages/vino/vino-gnutls-2_8-fix.patch Sat Aug 8 21:11:32 2009 @@ -0,0 +1,20 @@ +--- configure.in.orig 2009-05-18 17:59:03.000000000 +0200 ++++ configure.in 2009-08-08 21:03:32.132933870 +0200 +@@ -171,13 +171,13 @@ + [ --disable-gnutls=[no/yes] don't build VNC over SSL support [default=no]],, + enable_gnutls=yes) + if test "$enable_gnutls" = "yes"; then +- AM_PATH_LIBGNUTLS(1.0.0, +- [AC_DEFINE(HAVE_GNUTLS, 1, [Defined if the GNU TLS library is present])], +- AC_MSG_WARN([[ ++ if ! $PKG_CONFIG --exists gnutls ; then ++ AC_MSG_ERROR([ + *** + *** libgnutls was not found. You may want to get it from + *** ftp://ftp.gnutls.org/pub/gnutls/ +-]])) ++ ]) ++ fi + fi + + # ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
