Package: libxml-xerces-perl
Version: 2.7.0-0-7
Severity: normal

Hi,

libxml-xerces-perl fails to build on Debian GNU/Hurd. By adding the following to build-tree/XML-Xerces-2.7.0-0/Makefile.PL it builds.

   if ($^O eq 'linux') {
     $OS_DEF = '-DXML_LINUX';
   } elsif($^O eq 'gnukfreebsd') {
     $OS_DEF = '-DXML_LINUX';
   } elsif($^O eq 'darwin') {
     $OS_DEF = '-DXML_MACOSX';
+    } elsif($^O eq 'gnu') {
+      $OS_DEF = '-DXML_LINUX';
+    } else {
     die 'unsupported operating system';
   }


Thank you,

Barry deFreese




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to