[Lunar-commits] <moonbase> rikward4: An adjustment witht he BUILD.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Fri Apr 17 05:24:54 CEST 2009


commit 5fd2b8ae2abdf90f3128ad55fca0b3a215354821
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Thu Apr 16 23:24:54 2009 -0400

    rikward4: An adjustment witht he BUILD.
---
 kde4/apps/rkward4/BUILD |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde4/apps/rkward4/BUILD b/kde4/apps/rkward4/BUILD
index 0cc56ec..7143cea 100644
--- a/kde4/apps/rkward4/BUILD
+++ b/kde4/apps/rkward4/BUILD
@@ -8,9 +8,11 @@
   mkdir $KDE4_BUILD_DIR &&
   cd $KDE4_BUILD_DIR &&
 
-  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
-                           -DCMAKE_BUILD_TYPE=RELEASE             &&
+  OPTS="-DR_HOME=/usr/lib/R -DR_LIBDIR=/usr/lib/R/lib"
 
+  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+                           -DCMAKE_BUILD_TYPE=RELEASE             \
+                           $OPTS                                 &&
   default_make
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list