Hi All

On Ubuntu I need the attached patch to make the 'java' package compile.
Is it okay to apply it or should it be done differently?

Søren
Index: configure.base
===================================================================
--- configure.base	(revision 6269)
+++ configure.base	(working copy)
@@ -349,6 +349,9 @@
             # you need to explicitely set the include path
             JAVA_INCS="-I${JAVA_HOME}/include"
             HAVE_JAVA=yes
+          # This is the Debian default path
+          elif test -d "/usr/lib/jvm/default-java"; then
+            JAVA_HOME=/usr/lib/jvm/default-java
           else
             JAVA_HOME=/usr/lib/jvm
           fi
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to