Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bearcat Sandor <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (f3cade237729a6a54da939f01373e033723798d7)
  • Date: Fri, 15 Sep 2006 17:44:59 -0500

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
+



  • [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (f3cade237729a6a54da939f01373e033723798d7), Bearcat Sandor, 09/15/2006

Archive powered by MHonArc 2.6.24.

Top of Page