[SM-Commit] GIT changes to master grimoire by David Brown (77a9416f62dcd306858a69d2642ff9b1aaedf5be)

David Brown scm at mail.sourcemage.org
Sun Aug 27 19:30:05 EDT 2006


GIT changes to master grimoire by David Brown <dmlb2000 at gmail.com>:

 libs/mico/BUILD   |    2 +-
 libs/mico/HISTORY |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 77a9416f62dcd306858a69d2642ff9b1aaedf5be
Author: David Brown <dmlb2000 at gmail.com>
Commit: David Brown <dmlb2000 at gmail.com>

    mico make classpath part of the configure env so it will pick it up

diff --git a/libs/mico/BUILD b/libs/mico/BUILD
index 2d44633..9a418bf 100755
--- a/libs/mico/BUILD
+++ b/libs/mico/BUILD
@@ -1,6 +1,6 @@
 CFLAGS="${CFLAGS/-Os/} -I/usr/include/qt"
 CXXFLAGS="${CXXFLAGS/-Os/} -I/usr/include/qt"
-CLASSPATH="/opt/java-cup/java"
+CLASSPATH="/opt/java-cup/java"           \
 ./configure --prefix=${INSTALL_ROOT}/usr \
         --sysconfdir=${INSTALL_ROOT}/etc \
      --localstatedir=${INSTALL_ROOT}/var \
diff --git a/libs/mico/HISTORY b/libs/mico/HISTORY
index 6c875a9..6069075 100644
--- a/libs/mico/HISTORY
+++ b/libs/mico/HISTORY
@@ -1,5 +1,6 @@
 2006-08-27 David Brown <dmlb2000 at gmail.com>
-	* BUILD: added class path for java-cup
+	* BUILD: added class path for java-cup make classpath part of the 
+	  configure env so it will pick it up
 	* DEPENDS: added optional depend for java-cup
 
 2006-08-24 David Brown <dmlb2000 at gmail.com>



More information about the SM-Commit mailing list