Bug#532389: libxml-xerces-perl: FTBFS on Debian GNU/Hurd [Patch]

2009-06-09 Thread Jay Berkenbilt
Barry deFreese wrote: > 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'; >}

Bug#532389: libxml-xerces-perl: FTBFS on Debian GNU/Hurd [Patch]

2009-06-08 Thread Barry deFreese
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') {