Skip to Content.
Sympa Menu

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

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 (ec0f9d385fcd47397e3fb593783b62f1a58857ff)
  • Date: Sat, 2 Dec 2006 01:10:57 -0600

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

database/unixodbc/DEPENDS | 5 ++++-
database/unixodbc/HISTORY | 3 +++
2 files changed, 7 insertions(+), 1 deletion(-)

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

unixodbc: Added qt-dir's to optional_depends qt-x11. With qt4 installed,
configure would hang.

diff --git a/database/unixodbc/DEPENDS b/database/unixodbc/DEPENDS
index 2308120..e47961d 100755
--- a/database/unixodbc/DEPENDS
+++ b/database/unixodbc/DEPENDS
@@ -5,7 +5,10 @@ depends flex &&
optional_depends readline "--enable-readline" \
"--disable-readline" \
"readline support" &&
-optional_depends qt-x11 "--enable-gui" \
+optional_depends qt-x11 "--enable-gui --with-qt=/usr \
+ --with-qt-lib=/usr/lib \
+ --with-qt-includes=/usr/include/qt \
+ --with-qt-programs=/usr/bin" \
"--disable-gui" \
"for QT-based GUI tools"

diff --git a/database/unixodbc/HISTORY b/database/unixodbc/HISTORY
index 20dc8e0..bd7d3f3 100644
--- a/database/unixodbc/HISTORY
+++ b/database/unixodbc/HISTORY
@@ -1,3 +1,6 @@
+2006-12-02 George Sherwood <george AT beernabeer.com>
+ * DEPENDS: Added qt-dir's to optional_depends.
+
2006-10-25 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 2.2.12
* DEPENDS: add optional readline



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (ec0f9d385fcd47397e3fb593783b62f1a58857ff), George Sherwood, 12/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page