[Lunar-commits] <moonbase> octave: Adjusting the BUILD, default_build will work.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Dec 2 15:05:23 CET 2011


commit 2ed35e28ad20181361dded02da5592a151ed2e29
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Dec 2 09:05:23 2011 -0500

    octave: Adjusting the BUILD, default_build will work.
---
 science/octave/BUILD |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/science/octave/BUILD b/science/octave/BUILD
index 8e88c56..161b892 100644
--- a/science/octave/BUILD
+++ b/science/octave/BUILD
@@ -8,14 +8,14 @@
 
   CXXFLAGS="-lpthread" &&
 
-  ./configure  --sysconfdir=/etc        \
-               --prefix=/usr            \
-               --mandir=/usr/share/man  \
-               --localstatedir=/var     \
-               --enable-dl              \
-               --enable-rpath           \
-               $OPTS                   &&
+#  ./configure  --sysconfdir=/etc        \
+#               --prefix=/usr            \
+#               --mandir=/usr/share/man  \
+#               --localstatedir=/var     \
+#               --enable-dl              \
+#               --enable-rpath           \
+#               $OPTS                   &&
 
- default_make 
+ default_build 
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list