[Lunar-commits] <moonbase> gule: Adding a BUILD to disable a warning else it will barf with gcc-4.6.1.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Oct 10 23:40:47 CEST 2011


commit 9a972f5a0aaad84c060d9429842a5daabff50af7
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Oct 10 17:40:47 2011 -0400

    gule: Adding a BUILD to disable a warning else it will barf with gcc-4.6.1.
---
 devel/guile/BUILD   |    8 ++++++++
 devel/guile/DETAILS |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/devel/guile/BUILD b/devel/guile/BUILD
new file mode 100644
index 0000000..01bfeb0
--- /dev/null
+++ b/devel/guile/BUILD
@@ -0,0 +1,8 @@
+(
+
+# This needs disabling for gcc-4.6.1
+  OPTS+=" --disable-error-on-warning" &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/devel/guile/DETAILS b/devel/guile/DETAILS
index e61dfc6..2cf6504 100644
--- a/devel/guile/DETAILS
+++ b/devel/guile/DETAILS
@@ -7,7 +7,7 @@
         WEB_SITE=http://www.gnu.org/software/guile
       MAINTAINER=tchan at lunar-linux.org
          ENTERED=20010922
-         UPDATED=20110205
+         UPDATED=20111010
            SHORT="A portable, embeddable Scheme implementation"
 
 cat << EOF


More information about the Lunar-commits mailing list