From 723a33dfd115b3da44b4fe23e4dcb4c3156aede6 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 20 Feb 2016 12:15:33 +0000 Subject: [PATCH] gnutls: add cmd:find to build prerequisites. * fix provides. --- net-libs/gnutls/gnutls-3.4.9.recipe | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/net-libs/gnutls/gnutls-3.4.9.recipe b/net-libs/gnutls/gnutls-3.4.9.recipe index 1a93747a7..32f5a6003 100644 --- a/net-libs/gnutls/gnutls-3.4.9.recipe +++ b/net-libs/gnutls/gnutls-3.4.9.recipe @@ -27,9 +27,9 @@ PROVIDES=" cmd:ocsptool$secondaryArchSuffix cmd:srptool$secondaryArchSuffix cmd:systemkey$secondaryArchSuffix - lib:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat = 27 - lib:libgnutls$secondaryArchSuffix = 30.6.1 compat = 30 - lib:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat = 28 + lib:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat >= 27 + lib:libgnutls$secondaryArchSuffix = 30.6.1 compat >= 30 + lib:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat >= 28 " REQUIRES=" haiku$secondaryArchSuffix @@ -43,12 +43,14 @@ REQUIRES=" PROVIDES_devel=" gnutls_devel$secondaryArchSuffix = $portVersion - devel:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat = 27 - devel:libgnutls$secondaryArchSuffix = 30.6.1 compat = 30 - devel:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat = 28 + devel:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat >= 27 + devel:libgnutls$secondaryArchSuffix = 30.6.1 compat >= 30 + devel:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat >= 28 " REQUIRES_devel=" gnutls$secondaryArchSuffix == $portVersion base + devel:libnettle$secondaryArchSuffix + devel:libtasn1$secondaryArchSuffix " BUILD_REQUIRES=" @@ -63,6 +65,7 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:autoconf cmd:automake + cmd:find cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix cmd:libtoolize