[Bug 186174] add LIB_DEPENDS= libv4l2 to www/firefox/Makefile

bz-noreply at freebsd.org bz-noreply at freebsd.org
Sat Jun 7 01:41:40 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186174

Jan Beich <jbeich at vfemail.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbeich at vfemail.net

--- Comment #2 from Jan Beich <jbeich at vfemail.net> ---
(In reply to jhs from comment #0)
> *** 17,22 ****
> --- 17,28 ----
>   		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
>   		cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
>   		unzip:${PORTSDIR}/archivers/unzip
> + #		{LOCALBASE}/lib/libv4l2.so.0:${PORTSDIR}/multimedia/libv4l
> + LIB_DEPENDS=	libv4l2:${PORTSDIR}/multimedia/libv4l

Already there. And the format is either

 LIB_DEPENDS=    libv4l2.so:${PORTSDIR}/multimedia/libv4l

or (before r322328)

 LIB_DEPENDS=    v4l2:${PORTSDIR}/multimedia/libv4l

> +# /usr/bin/ld: warning: ../libv4lconvert/libv4lconvert.so.0, needed by /usr/local/lib/libv4l2.so.0, not found (try using -rpath or -rpath-link)
> +# /usr/local/lib/libv4l2.so.0: undefined reference to `v4lconvert_supported_dst_fmt_only'

This is multimedia/libv4l bug if you still can reproduce. Check with

 $ echo 'int main() { }' | cc -o /dev/null -xc -lv4l2 -L/usr/local/lib -

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gecko mailing list