[Bug 191997] [patch] multimedia/vlc: SMB option with linker error

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 21 13:18:33 UTC 2014


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

Tijl Coosemans <tijl at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tijl at FreeBSD.org

--- Comment #1 from Tijl Coosemans <tijl at FreeBSD.org> ---
I believe this is actually a bug the samba-libsmbclient port.  It installs
/usr/local/libdata/pkgconfig/smbclient.pc and that file contains these two
lines:

#Libs: -L/usr/local/lib -lsmbclient
Libs: -lsmbclient

Remove # from the first line and add # to the second line.  Then try to build
vlc again without your Makefile modification.

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


More information about the freebsd-ports-bugs mailing list