pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/47828: sysutils/libpciaccess 0.13.1 incompatible with xorg-server 1.12.4?
The following reply was made to PR pkg/47828; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: David Shao <davshao%gmail.com@localhost>
Cc: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Subject: Re: pkg/47828: sysutils/libpciaccess 0.13.1 incompatible with
xorg-server 1.12.4?
Date: Wed, 12 Jun 2013 13:52:57 +0200
I'm syncing libpciaccess with upstream and noted a difference:
> ++#if defined(__i386__) || defined(__amd64__) || defined(__x86_64__)
All these lines in upstream (and the URL
https://bugs.freedesktop.org/attachment.cgi?id=78130 which you cited
in the bug report) are just:
> +#if defined(__i386__) || defined(__amd64__)
Is the additional '|| defined(__x86_64__)' needed for DragonFly?
Thomas
Home |
Main Index |
Thread Index |
Old Index