Bug#468851: classpath: drop alsa dependency on non-linux

Samuel Thibault samuel.thibault at ens-lyon.org
Sat Mar 1 22:24:36 UTC 2008


Package: classpath
Version: 2:0.97-1
Severity: important
Tags: patch

Hello,

It looks like the conditionals on the ALSA dependencies have been
dropped.  But ALSA is still Linux-specific :)

Please apply attached patch to fix FTBFS on hurd-i386, kfreebsd-i386 and
kfreebsd-amd64.

Samuel

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18.8-xen (SMP w/1 CPU core)
Locale: LANG=fr_FR at euro, LC_CTYPE=fr_FR at euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
-------------- next part --------------
Index: coders/braille.c
===================================================================
--- coders/braille.c	(r?vision 10110)
+++ coders/braille.c	(copie de travail)
@@ -282,7 +282,7 @@
 
         do_cell(0,2,2);
         if (two_columns)
-          do_cell(0,2,5);
+          do_cell(1,2,5);
         if (cell_height < 4)
           break;
 


More information about the pkg-java-maintainers mailing list