Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (0cc8968a9a3b4f93853ddc9fed82e4b3c66bde89)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (0cc8968a9a3b4f93853ddc9fed82e4b3c66bde89)
  • Date: Mon, 9 Oct 2006 08:10:37 -0500

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

php-pear/php/BUILD | 2 +-
php-pear/php/HISTORY | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0cc8968a9a3b4f93853ddc9fed82e4b3c66bde89
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

php - fixed libXpm location.

diff --git a/php-pear/php/BUILD b/php-pear/php/BUILD
index 11b2617..55a9d2c 100755
--- a/php-pear/php/BUILD
+++ b/php-pear/php/BUILD
@@ -39,7 +39,7 @@ if [ "$PHP5_X11LIBS" == "y" ]; then
if check_if_xorg_modular_libs; then
OPTS="$OPTS --with-xpm-dir=/usr"
else
- OPTS="$OPTS --with-xpm-dir=/usr/X11R6"
+ OPTS="$OPTS --with-xpm-dir=/usr/X11R6/lib"
fi
fi &&

diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 82eb2b2..670441e 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,6 +1,6 @@
2006-10-09 George Sherwood <george AT beernabeer.com>
* CONFIGURE: Added query for usage of GD
- * BUILD: Enable internal GD is requested
+ * BUILD: Enable internal GD is requested. Fix libXpm directory.
* DEPENDS: Add depends readline. Bug #8605
Add depends gd if external GD is requested
Add optional_depends freetype2. Bug #13132



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (0cc8968a9a3b4f93853ddc9fed82e4b3c66bde89), George Sherwood, 10/09/2006

Archive powered by MHonArc 2.6.24.

Top of Page