Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (58406bd6f129785d38b7220ffb0b979417760b0d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (58406bd6f129785d38b7220ffb0b979417760b0d)
  • Date: Tue, 24 Oct 2006 13:51:04 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

crypto/qca/BUILD | 8 +++++++-
crypto/qca/HISTORY | 3 +++
2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 3586922ae8a355bdddb962b837d7509c5f72b88d
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

crypto/qca:

BUILD: fixed building with qt 3.3.7, install_rootifying, fixed untracked
files

diff --git a/crypto/qca/BUILD b/crypto/qca/BUILD
index daa6aa6..e77757c 100755
--- a/crypto/qca/BUILD
+++ b/crypto/qca/BUILD
@@ -1,2 +1,8 @@
-./configure --prefix=/usr $OPTS &&
+sedit "s:include<q:include<qt/q:g" configure &&
+sedit 's:INSTALL_ROOT:MY_INSTALL_ROOT:' qcextra &&
+./configure --prefix=${INSTALL_ROOT}/usr $OPTS &&
+sedit 's:-I.ui:-I${QTDIR}/include/qt -I.ui:' Makefile &&
+sedit 's:INSTALL_ROOT:MY_INSTALL_ROOT:g' Makefile &&
+sedit 's:../../lib/$(T:/usr/lib/$(T:g' Makefile &&
+sedit 's:../../include:/usr/include:g' Makefile &&
make
diff --git a/crypto/qca/HISTORY b/crypto/qca/HISTORY
index a230847..c13ec6e 100644
--- a/crypto/qca/HISTORY
+++ b/crypto/qca/HISTORY
@@ -1,3 +1,6 @@
+2006-10-24 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: fixed building with qt 3.3.7, install_rootifying, fixed
untracked files
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (58406bd6f129785d38b7220ffb0b979417760b0d), Pol Vinogradov, 10/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page