[Lunar-commits] <moonbase> abiword: compilation fix

Paul Bredbury brebs at lunar-linux.org
Sun Sep 27 09:58:00 CEST 2009


commit 6d052ea6f51fdfc9781e37fa0cec80ccd0be9881
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Sun Sep 27 14:58:00 2009 +0700

    abiword: compilation fix
    
    Also fixing a bit of whitespace.
---
 gnome2/apps/abiword/BUILD   |    9 +++++++--
 gnome2/apps/abiword/DETAILS |    3 +++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/gnome2/apps/abiword/BUILD b/gnome2/apps/abiword/BUILD
index 2e22e87..8c641ff 100644
--- a/gnome2/apps/abiword/BUILD
+++ b/gnome2/apps/abiword/BUILD
@@ -1,6 +1,7 @@
 (
 
   unpack $SOURCE2 &&
+
   ./configure   --build=$BUILD                  \
                 --sysconfdir=/etc               \
                 --prefix=/usr                   \
@@ -8,11 +9,15 @@
                 --infodir=/usr/share/info       \
                 --mandir=/usr/share/man         \
                 $OPTS                           &&
-             
+ 
   default_make &&
 
   # Build the plugins
   cd abiword-plugins-$VERSION &&
+
+  # Patch to compile plugins with glibc 2.10.1
+  patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+
   ./configure   --build=$BUILD                  \
                 --sysconfdir=/etc               \
                 --prefix=/usr                   \
@@ -23,7 +28,7 @@
                 --disable-gda                   \
                 --with-abiword=$SOURCE_DIRECTORY \
                 $OPTS                           &&
-  
+ 
   make &&
   make install-strip
 
diff --git a/gnome2/apps/abiword/DETAILS b/gnome2/apps/abiword/DETAILS
index 272bdec..f830b8e 100644
--- a/gnome2/apps/abiword/DETAILS
+++ b/gnome2/apps/abiword/DETAILS
@@ -2,10 +2,13 @@
          VERSION=2.6.8
           SOURCE=$MODULE-$VERSION.tar.gz
          SOURCE2=$MODULE-plugins-$VERSION.tar.gz
+         SOURCE3=abiword-2.6.8-invalid-conversion.patch.bz2
       SOURCE_URL=http://www.abisource.com/downloads/$MODULE/$VERSION/source
      SOURCE2_URL=http://www.abisource.com/downloads/$MODULE/$VERSION/source
+     SOURCE3_URL=$PATCH_URL
       SOURCE_VFY=sha1:fc979982edc3445385705afdb1e2ebb1fa53a4f6
      SOURCE2_VFY=sha1:fa8ad1985de5523f9993cef93af0dad174e8e5a5
+     SOURCE3_VFY=sha1:e6eb14dbd4b0d45f2bb0d2ca34a6c8741b165b9b
         WEB_SITE=http://www.abisource.com
          ENTERED=20011224
          UPDATED=20090516


More information about the Lunar-commits mailing list