[SM-Commit] GIT changes to master grimoire by Bearcat Sandor (f3cade237729a6a54da939f01373e033723798d7)

Bearcat Sandor scm at mail.sourcemage.org
Fri Sep 15 18:44:59 EDT 2006


GIT changes to master grimoire by Bearcat Sandor <sourcemage at feline-soul.com>:

 php-pear/php/DEPENDS |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit f3cade237729a6a54da939f01373e033723798d7
Author: Bearcat Sandor <sourcemage at feline-soul.com>
Commit: Bearcat Sandor <sourcemage at feline-soul.com>

    php: added libxpm as a dependancy if xorg-server was present

diff --git a/php-pear/php/DEPENDS b/php-pear/php/DEPENDS
index 6be7caf..b870a1b 100755
--- a/php-pear/php/DEPENDS
+++ b/php-pear/php/DEPENDS
@@ -1,3 +1,5 @@
+source $GRIMOIRE/FUNCTIONS &&
+
 depends  flex    &&
 
 # Officially ZLib is optional, but we require it because some other
@@ -138,9 +140,7 @@ optional_depends  gd                    
                   "--without-gd"                                                   \
                   "for on the fly graphics creation (GD support)"                  &&
 
-optional_depends  X11-LIBS                             \
-                  "--with-xpm-dir=/usr/X11R6           \
-                   --with-x-includes=/usr/X11/include  \
-                   --with-x-libraries=/usr/X11/lib"    \
-                  ""                                   \
-                  "for XFree86 support"
+if check_if_xorg_modular_libs; then
+  depends libxpm
+fi
+



More information about the SM-Commit mailing list