Package: tightvnc-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 17:13:59.000000000 +0100
+++ Makefile	2006-01-16 17:14:21.000000000 +0100
@@ -22,7 +22,7 @@
 	  SocketFactory.java HTTPConnectSocketFactory.java \
 	  HTTPConnectSocket.java ReloginPanel.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