[Lunar-commits] <moonbase> libunique: Adding a patch found by cavalier to fix a make failure caused by

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Dec 12 18:58:02 CET 2011


commit 8bbb5cc7ad1433b36ae2b23e8ca4a505eca41607
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Dec 12 12:58:02 2011 -0500

    libunique: Adding a patch found by cavalier to fix a make failure caused by
    
    the recent glib-2 bump.
    
    There will be other modules with this issue.
---
 libs/libunique/BUILD   |    1 +
 libs/libunique/DETAILS |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/libs/libunique/BUILD b/libs/libunique/BUILD
index ce45ef0..2e8bb7b 100644
--- a/libs/libunique/BUILD
+++ b/libs/libunique/BUILD
@@ -1,6 +1,7 @@
 (
 
   patch_it $SOURCE2 0 &&
+  patch_it $SOURCE3 0 &&
 
   default_config &&
 
diff --git a/libs/libunique/DETAILS b/libs/libunique/DETAILS
index 6a4b620..4d28571 100644
--- a/libs/libunique/DETAILS
+++ b/libs/libunique/DETAILS
@@ -2,10 +2,13 @@
          VERSION=1.1.6
           SOURCE=$MODULE-$VERSION.tar.bz2
          SOURCE2=libunique-1.1.6-gcc-460.patch
+         SOURCE3=$MODULE.g.const.return.patch
       SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}/
      SOURCE2_URL=$PATCH_URL
+     SOURCE3_URL=$PATCH_URL
       SOURCE_VFY=sha1:d44ad06503efaaa0c660c5f8a817e90fbe254d1f
      SOURCE2_VFY=sha1:3784b4b8f73c144c6039d5a3d4523563c708342e
+     SOURCE3_VFY=sha1:8b8c9f6494b5e076386e58dae93677451089b1f2
         WEB_SITE=http://live.gnome.org/LibUnique
          ENTERED=20080825
          UPDATED=20111011


More information about the Lunar-commits mailing list