[Lunar-commits] <moonbase> ctl: add a patch to compile with gcc 4.4.x.

Florin Braescu florin at lunar-linux.org
Sun Sep 27 09:25:32 CEST 2009


commit a7bb47468e50865a4204de807f3fe86b304e2945
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Sep 27 10:25:32 2009 +0300

    ctl: add a patch to compile with gcc 4.4.x.
---
 devel/ctl/BUILD   |    7 +++++++
 devel/ctl/DETAILS |    7 +++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/devel/ctl/BUILD b/devel/ctl/BUILD
new file mode 100644
index 0000000..9a6149d
--- /dev/null
+++ b/devel/ctl/BUILD
@@ -0,0 +1,7 @@
+(
+
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/devel/ctl/DETAILS b/devel/ctl/DETAILS
index bcef53e..d47004b 100644
--- a/devel/ctl/DETAILS
+++ b/devel/ctl/DETAILS
@@ -1,9 +1,12 @@
           MODULE=ctl
          VERSION=1.4.1
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/ampasctl/
+         SOURCE2=$MODULE-$VERSION-gcc44.patch.bz2
+      SOURCE_URL=$SFORGE_URL/ampasctl
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:4e31de8e8da144bbc840d97014a8f45e20e398ac
-        WEB_SITE=http://ampasctl.sourceforge.net/
+     SOURCE2_VFY=sha1:1d8b24f76c58c9a3fec7ccac1bca55a6ecc33446
+        WEB_SITE=http://ampasctl.sourceforge.net
          ENTERED=20070822
          UPDATED=20071028
            SHORT="Color Transformation Language"


More information about the Lunar-commits mailing list