[Lunar-commits] <moonbase> qscintilla: fixed build

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sun Oct 5 03:48:05 CEST 2008


commit 659d4155988166f666253286de3c9e50f6f2c9dd
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sun Oct 5 03:48:05 2008 +0200

    qscintilla: fixed build
---
 qt-apps/qscintilla/BUILD   |    2 +-
 qt-apps/qscintilla/DEPENDS |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/qt-apps/qscintilla/BUILD b/qt-apps/qscintilla/BUILD
index c8774e1..ef1cb5d 100644
--- a/qt-apps/qscintilla/BUILD
+++ b/qt-apps/qscintilla/BUILD
@@ -1,6 +1,6 @@
 (
 
-  export PATH=$QTDIR/bin:$PATH
+  . /etc/profile.d/qt3.rc
   cd qt                             &&
   qmake -o Makefile qscintilla.pro  &&
   default_make                      &&
diff --git a/qt-apps/qscintilla/DEPENDS b/qt-apps/qscintilla/DEPENDS
index ce0cf98..1bb30a0 100644
--- a/qt-apps/qscintilla/DEPENDS
+++ b/qt-apps/qscintilla/DEPENDS
@@ -1 +1 @@
-depends  qt3  
+depends qt3


More information about the Lunar-commits mailing list