[PATCH:libpciaccess] Fix zlib handling on NetBSD.
Alan Coopersmith
alan.coopersmith at oracle.com
Sun Jul 21 10:21:32 PDT 2013
On 07/21/13 02:44 AM, Thomas Klausner wrote:
> Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
> ---
> configure.ac | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 9b7cd8c..65444b9 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -77,10 +77,10 @@ case $host_os in
> *netbsd*)
> case $host in
> *i386*)
> - PCIACCESS_LIBS="-li386 -lpci"
> + PCIACCESS_LIBS="$PCIACCESS_LIBS -li386 -lpci"
> ;;
> *x86_64*|*amd64*)
> - PCIACCESS_LIBS="-lx86_64 -lpci"
> + PCIACCESS_LIBS="$PCIACCESS_LIBS -lx86_64 -lpci"
> ;;
> esac
> netbsd=yes
>
Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
and pushed:
To ssh://git.freedesktop.org/git/xorg/lib/libpciaccess
aa7925c..4427be3 master -> master
--
-Alan Coopersmith- alan.coopersmith at oracle.com
Oracle Solaris Engineering - http://blogs.oracle.com/alanc
More information about the xorg-devel
mailing list