[Lunar-commits] CVS: moonbase/kde3/kdebindings3 BUILD,1.8,1.9
Florin Braescu
florin at lunar-linux.org
Sun Apr 24 15:27:56 UTC 2005
Update of /var/cvs/lunar/moonbase/kde3/kdebindings3
In directory espresso.foo-projects.org:/tmp/cvs-serv22428
Modified Files:
BUILD
Log Message:
fix the version of java module. thanks to Dennis Veatch for pointing that.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdebindings3/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD 26 Feb 2004 13:59:07 -0000 1.8
+++ BUILD 24 Apr 2005 15:27:54 -0000 1.9
@@ -5,18 +5,18 @@
## java support ?
if module_installed j2sdk; then
- OPTS="$OPTS --with-java=/usr/lib/j2sdk1.4.1"
+ OPTS="$OPTS --with-java=/usr/lib/j2sdk1.4.2"
else
OPTS="$OPTS --without-java"
fi &&
- ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
- --with-qt-dir=${QT_PREFIX:-$QTDIR} \
- --disable-debug \
- --enable-final \
- --enable-fast-malloc=full \
- --with-xinerama \
- $OPTS &&
+ ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
+ --with-qt-dir=${QT_PREFIX:-$QTDIR} \
+ --disable-debug \
+ --enable-final \
+ --enable-fast-malloc=full \
+ --with-xinerama \
+ $OPTS &&
default_make
More information about the Lunar-commits
mailing list