https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186174
Jan Beich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Jan Beich <[email protected]> --- (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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
