changeset 1975:094e1e241c98

package gnutls: ignore version 3 which doesn't build on Windows
author Mark Brand <mabrand@mabrand.nl>
date Fri, 02 Sep 2011 09:15:59 +0200
parents 192cbc52f32e
children 16bfe2f3adfc
files src/gnutls.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gnutls.mk	Thu Sep 01 16:27:12 2011 +0200
+++ b/src/gnutls.mk	Fri Sep 02 09:15:59 2011 +0200
@@ -17,6 +17,7 @@
     grep '<a class="list name"' | \
     $(SED) -n 's,.*<a[^>]*>gnutls_\([0-9]*_[0-9]*[02468]_[^<]*\)<.*,\1,p' | \
     $(SED) 's,_,.,g' | \
+    grep -v '^3\.' | \
     head -1
 endef