Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Sep 2010 19:29:30 +0400
From:      Anonymous <swell.k@gmail.com>
To:        Olivier =?utf-8?Q?Cochard-Labb=C3=A9?= <olivier@cochard.me>
Cc:        freebsd-ports-mailinglist <freebsd-ports@freebsd.org>
Subject:   Re: [x11/nvidia-driver] didn't install vdpau header files with NOPORTDOCS
Message-ID:  <864odoie1x.fsf@gmail.com>
In-Reply-To: <AANLkTi=OCS0a51Fj1uuPrpB57VzMMoTGgEW2o=tgwU3i@mail.gmail.com> ("Olivier =?utf-8?Q?Cochard-Labb=C3=A9=22's?= message of "Fri, 17 Sep 2010 16:57:11 %2B0200")
References:  <AANLkTi=OCS0a51Fj1uuPrpB57VzMMoTGgEW2o=tgwU3i@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Olivier Cochard-Labb=C3=A9 <olivier@cochard.me> writes:

> Hi,
>
> I've just meet a problem with x11/nvidia-driver by installing it with:
> make install -DNOPORTDOCS
>
> The vdpau include files were not installed (vdpau.h and vdpau_x11.h):
> ls /usr/local/include/vdpau/
> vdpau*.h
>
> I believe their is a problem in the Makefile on this line:
> "@${LN} -sf ${DOCSDIR}/vdpau*.h ${PREFIX}/include/vdpau"
>
> The vdpau files are links to docs file.
>
> How can I fix it ?

Try to replace the line with

  @${INSTALL_DATA} ${WRKSRC}/doc/vdpau*.h ${PREFIX}/include/vdpau

Alternatively you can install libvdpau port.

  http://www.freebsd.org/cgi/query-pr-summary.cgi?text=3Dvdpau



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?864odoie1x.fsf>