[Lunar-commits] <moonbase> php5-suhosin: Changing the optional_depends for pdflib to PDFlib-Lite.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Jul 3 21:07:37 CEST 2010


commit d1222ba4c7fdd00d205e25cbdc008eceb6125afa
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Jul 3 15:07:37 2010 -0400

    php5-suhosin: Changing the optional_depends for pdflib to PDFlib-Lite.
    
    The prior tarball is not available. Aslo adusting the BUILD as commented.
---
 compilers/php5-suhosin/BUILD   |    3 +++
 compilers/php5-suhosin/DEPENDS |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/compilers/php5-suhosin/BUILD b/compilers/php5-suhosin/BUILD
index a63d1ac..fe34aa2 100644
--- a/compilers/php5-suhosin/BUILD
+++ b/compilers/php5-suhosin/BUILD
@@ -1,5 +1,8 @@
 (
 
+# So it does not bomb on gmp stuff if you say yes to gmp. Revisit on next bump.
+  sedit "s: __GMP_BITS_PER_MP_LIMB:GMP_LIMB_BITS:g" ext/gmp/gmp.c &&
+
   if [ "$USE_PATCH" == "y" ]; then
     patch_it $SOURCE3 1
   fi &&
diff --git a/compilers/php5-suhosin/DEPENDS b/compilers/php5-suhosin/DEPENDS
index 7597b03..819be78 100644
--- a/compilers/php5-suhosin/DEPENDS
+++ b/compilers/php5-suhosin/DEPENDS
@@ -71,7 +71,7 @@ optional_depends "freetype2" \
                  "" \
                  "for freetype2 support"
 
-optional_depends "pdflib" \
+optional_depends "PDFlib-Lite"   \
                  "--with-pdflib" \
                  "" \
                  "for pdflib support"


More information about the Lunar-commits mailing list