[Lunar-commits] <moonbase> gnutls: Another gcc-4.6.1 fix. Taken from;

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Oct 21 16:39:17 CEST 2011


commit 78df29911e7616816f4bae2e39ca5039eea6e8e9
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Oct 21 10:39:17 2011 -0400

    gnutls: Another gcc-4.6.1 fix. Taken from;
    
     http://lists.gnu.org/archive/html/gnutls-devel/2011-09/msg00111.html
---
 crypto/gnutls/BUILD   |    2 ++
 crypto/gnutls/DETAILS |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/crypto/gnutls/BUILD b/crypto/gnutls/BUILD
index 5345af8..449c1aa 100644
--- a/crypto/gnutls/BUILD
+++ b/crypto/gnutls/BUILD
@@ -1,5 +1,7 @@
 (
 
+  patch_it $SOURCE2 0 &&
+
   OPTS+=" --disable-static --without-included-pakchois --without-included-libcfg --without-included-libtasn1"  &&
   LDFLAGS+=" -lpakchois"  &&
 
diff --git a/crypto/gnutls/DETAILS b/crypto/gnutls/DETAILS
index 70dea50..b81a4e2 100644
--- a/crypto/gnutls/DETAILS
+++ b/crypto/gnutls/DETAILS
@@ -1,9 +1,12 @@
           MODULE=gnutls
          VERSION=2.12.11
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=guile-2.12.11-docstring-01.patch
    SOURCE_URL[0]=ftp://ftp.gnutls.org/pub/$MODULE
    SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/$MODULE
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:30c8977c3f32b48e523e09cb8ce8952d80520a4f
+     SOURCE2_VFY=sha1:5bd237d66c9fd92cdf7d26d0714e0661383fd954
         WEB_SITE=http://www.gnu.org/software/gnutls
          ENTERED=20020212
          UPDATED=20111016


More information about the Lunar-commits mailing list