Barry deFreese <bdefre...@debian.org> 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';
>    } elsif($^O eq 'darwin') {
>      $OS_DEF = '-DXML_MACOSX';
> +    } elsif($^O eq 'gnu') {
> +      $OS_DEF = '-DXML_LINUX';
> +    } else {
>      die 'unsupported operating system';
>    }

Thanks for the fix.  I would like my packages to all work on Debian
GNU/Hurd, so I'll upload a new version when I get a chance.  Probably
not right away, but fairly soon.

-- 
Jay Berkenbilt <q...@debian.org>



-- 
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