[Lunar-commits] <moonbase> hspell: Need to add -fPIC else kdelibs4 build will barf on hspell related

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Jan 25 14:55:44 CET 2010


commit b7dc48660e29c145bc2c500004a9c5d8a1c8e05f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Jan 25 08:55:44 2010 -0500

    hspell: Need to add -fPIC else kdelibs4 build will barf on hspell related
    
    shared objects.
---
 editors/hspell/BUILD   |    2 ++
 editors/hspell/DETAILS |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/editors/hspell/BUILD b/editors/hspell/BUILD
index d6be342..3af4691 100644
--- a/editors/hspell/BUILD
+++ b/editors/hspell/BUILD
@@ -1,5 +1,7 @@
 (
 
+  CFLAGS+=" -fPIC" &&
+
   OPTS+=" --enable-fatverb --enable-aspell --enable-linginfo" &&
 
   sedit "s:/usr/bin:/bin:" wzip &&
diff --git a/editors/hspell/DETAILS b/editors/hspell/DETAILS
index 9b49a14..a9b77b7 100644
--- a/editors/hspell/DETAILS
+++ b/editors/hspell/DETAILS
@@ -5,7 +5,7 @@
       SOURCE_VFY=sha1:f238106d5579b9835aed8754bb6f8a8a0b14eed0
         WEB_SITE=http://hspell.ivrix.org.il/
          ENTERED=20010922
-         UPDATED=20090322
+         UPDATED=20100125
            SHORT="Hebrew spell-checker"
 
 cat << EOF


More information about the Lunar-commits mailing list