[Lunar-commits] <moonbase> libofa: add a patch to compile with gcc 4.4.1.

Florin Braescu florin at lunar-linux.org
Wed Aug 5 14:52:16 CEST 2009


commit 1c2b9d04b32aa6f6e84d6dcb5f21f7eddd4d8ead
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Aug 5 15:52:16 2009 +0300

    libofa: add a patch to compile with gcc 4.4.1.
---
 libs/libofa/BUILD   |    3 +--
 libs/libofa/DEPENDS |    6 +++---
 libs/libofa/DETAILS |   12 ++++++------
 3 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/libs/libofa/BUILD b/libs/libofa/BUILD
index 18c7712..1bfc259 100644
--- a/libs/libofa/BUILD
+++ b/libs/libofa/BUILD
@@ -1,7 +1,6 @@
 (
 
-  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
-
+  patch_it $SOURCE_CACHE/$SOURCE2 0  &&
   default_build
 
 ) > $C_FIFO 2>&1
diff --git a/libs/libofa/DEPENDS b/libs/libofa/DEPENDS
index 52e9fad..47eae36 100644
--- a/libs/libofa/DEPENDS
+++ b/libs/libofa/DEPENDS
@@ -1,4 +1,4 @@
-depends  fftw3  &&
-depends  expat  &&
-depends  curl   &&
+depends  fftw3
+depends  expat
+depends  curl
 depends  pkgconfig
diff --git a/libs/libofa/DETAILS b/libs/libofa/DETAILS
index 0d20360..457a339 100644
--- a/libs/libofa/DETAILS
+++ b/libs/libofa/DETAILS
@@ -1,15 +1,15 @@
           MODULE=libofa
          VERSION=0.9.3
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=$MODULE-$VERSION-gcc4.patch
-   SOURCE_URL[0]=http://www.musicip.com/dns/files/
-   SOURCE_URL[1]=http://musicip-libofa.googlecode.com/files/
+         SOURCE2=$MODULE-$VERSION-gcc44.patch.bz2
+   SOURCE_URL[0]=http://www.musicip.com/dns/files
+   SOURCE_URL[1]=http://musicip-libofa.googlecode.com/files
      SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:3dec8e1dcea937f74b4165e9ffd4d4f355e4594a
-     SOURCE2_VFY=sha1:cb19377d0634c03d2a49cfc61915cec918c341f7
-        WEB_SITE=http://www.musicdns.org/
+     SOURCE2_VFY=sha1:cbf06ea972a146c22180c459d29cb99bc6e059bb
+        WEB_SITE=http://www.musicdns.org
          ENTERED=20060924
-         UPDATED=20070719
+         UPDATED=20090805
            SHORT="the Open Fingerprint Architechture"
 
 cat << EOF


More information about the Lunar-commits mailing list