Package: vnc-java
Severity: serious
Tags: patch
Justification: no longer builds from source

Hi,

kaffe upstream changed quite a lot for the newest release. Therefore
the used classpath is no longer valid. The attached patch against
the makefile fixes the ftbfs.

Regards,
Wolfgang

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
--- makefile.orig	2006-01-16 16:52:01.000000000 +0100
+++ makefile	2006-01-16 16:53:06.000000000 +0100
@@ -17,7 +17,7 @@
 	  vncCanvas.java optionsFrame.java clipboardFrame.java \
 	  animatedMemoryImageSource.java DesCipher.java
 
-OPTS = -classpath /usr/share/kaffe/Klasses.jar:/usr/share/kaffe-common/lib/rt.jar
+OPTS = -classpath /usr/lib/kaffe/jre/lib/rt.jar
 
 all: $(CLASSES) $(ARCHIVE)
 

Reply via email to