[gtk-osx] Autoreconf gnutls so that the patch actually does something.



commit 9cbbdf740d51e2f6389d63d4ef5485f1118a23c6
Author: John Ralls <jralls ceridwen us>
Date:   Tue Apr 14 10:01:10 2020 -0700

    Autoreconf gnutls so that the patch actually does something.

 modulesets-stable/gtk-osx-network.modules   | 2 +-
 modulesets-unstable/gtk-osx-network.modules | 2 +-
 modulesets/gtk-osx-network.modules          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx-network.modules b/modulesets-stable/gtk-osx-network.modules
index 95e945a..96cad2a 100644
--- a/modulesets-stable/gtk-osx-network.modules
+++ b/modulesets-stable/gtk-osx-network.modules
@@ -68,7 +68,7 @@
   </autotools>
 
   <!-- Building with p11-kit support breaks g-ir-scanner, for some weird reason. -->
-  <autotools id="gnutls" autogen-sh="configure"
+  <autotools id="gnutls" autogen-sh="autoreconf"
              autogenargs="--disable-gtk-doc-html --without-p11-kit">
     <branch repo="gnutls" version="3.6.12"
             hash="sha256:bfacf16e342949ffd977a9232556092c47164bd26e166736cf3459a870506c4b"
diff --git a/modulesets-unstable/gtk-osx-network.modules b/modulesets-unstable/gtk-osx-network.modules
index 5edb43e..dd15e0b 100644
--- a/modulesets-unstable/gtk-osx-network.modules
+++ b/modulesets-unstable/gtk-osx-network.modules
@@ -77,7 +77,7 @@
   files (build-aux/, po/Makefile.in.in) that they're not supposed to.-->
   <!-- Building with p11-kit support breaks g-ir-scanner, for some weird reason. -->
   <!-- Building with p11-kit support breaks g-ir-scanner, for some weird reason. -->
-  <autotools id="gnutls" autogen-sh="configure"
+  <autotools id="gnutls" autogen-sh="autoreconf"
              autogenargs="--disable-gtk-doc-html --without-p11-kit">
     <branch repo="gnutls" version="3.6.12"
             hash="sha256:bfacf16e342949ffd977a9232556092c47164bd26e166736cf3459a870506c4b"
diff --git a/modulesets/gtk-osx-network.modules b/modulesets/gtk-osx-network.modules
index 31c149e..82516b0 100644
--- a/modulesets/gtk-osx-network.modules
+++ b/modulesets/gtk-osx-network.modules
@@ -76,7 +76,7 @@
   <!-- Building from git does not work because they have checked in a bunch of
   files (build-aux/, po/Makefile.in.in) that they're not supposed to.-->
   <!-- Building with p11-kit support breaks g-ir-scanner, for some weird reason. -->
-  <autotools id="gnutls" autogen-sh="configure"
+  <autotools id="gnutls" autogen-sh="autoreconf"
              autogenargs="--disable-gtk-doc-html --without-p11-kit">
     <!--branch repo="gitlab" module="gnutls/gnutls"/-->
     <branch repo="gnutls" version="3.6.12"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]