[Lunar-commits] <moonbase> openoffice-src: Adjusting the BUILD for the Qt4 relocation.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Sep 26 15:10:40 CEST 2010


commit b48d69805d87924f2f48c597b98d1dd0d60b46ee
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Sep 26 09:10:40 2010 -0400

    openoffice-src: Adjusting the BUILD for the Qt4 relocation.
---
 x11-apps/openoffice-src/BUILD |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/openoffice-src/BUILD b/x11-apps/openoffice-src/BUILD
index 333d880..5c23f59 100644
--- a/x11-apps/openoffice-src/BUILD
+++ b/x11-apps/openoffice-src/BUILD
@@ -56,8 +56,8 @@
     . /etc/profile.d/qt4.rc &&
     . /etc/profile.d/kde4.rc &&
     QT4DIR=$QTDIR &&
-    QT4INC=$QTDIR/include &&
-    QT4LIB=$QTDIR/lib &&
+    QT4INC=$QTDIR/include/qt4 &&
+    QT4LIB=$QTDIR/lib/qt4 &&
     KDE4DIR=$KDE4_INSTALL_DIR &&
     export QT4DIR  &&
     export QT4INC  &&


More information about the Lunar-commits mailing list