packages: vino/vino-gnutls-2_8-fix.patch - better fix

hawk hawk at pld-linux.org
Tue Aug 11 00:52:06 CEST 2009


Author: hawk                         Date: Mon Aug 10 22:52:06 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- better fix

---- Files affected:
packages/vino:
   vino-gnutls-2_8-fix.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/vino/vino-gnutls-2_8-fix.patch
diff -u packages/vino/vino-gnutls-2_8-fix.patch:1.1 packages/vino/vino-gnutls-2_8-fix.patch:1.2
--- packages/vino/vino-gnutls-2_8-fix.patch:1.1	Sat Aug  8 21:11:32 2009
+++ packages/vino/vino-gnutls-2_8-fix.patch	Tue Aug 11 00:52:01 2009
@@ -1,20 +1,11 @@
 --- 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 @@
++++ configure.in	2009-08-11 00:50:05.948280785 +0200
+@@ -171,7 +171,7 @@
  	      [  --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([
++  PKG_CHECK_MODULES(LIBGNUTLS, gnutls >= 1.0.0,
+ 	            [AC_DEFINE(HAVE_GNUTLS, 1, [Defined if the GNU TLS library is present])],
+                     AC_MSG_WARN([[
  ***
- *** libgnutls was not found. You may want to get it from
- *** ftp://ftp.gnutls.org/pub/gnutls/
--]]))
-+    ])
-+  fi
- fi
- 
- #
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vino/vino-gnutls-2_8-fix.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list