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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 23 01:59:03 UTC 2014


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

matthew at reztek.cz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matthew at reztek.cz

--- Comment #5 from matthew at reztek.cz ---
(In reply to Jordan Irwin from comment #4)
> Similar to bug 192044.

Similar fix would be

Index: multimedia/vlc/Makefile
===================================================================
--- multimedia/vlc/Makefile     (revision 362615)
+++ multimedia/vlc/Makefile     (working copy)
@@ -252,6 +252,7 @@

 SMB_LIB_DEPENDS=       libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient
 SMB_CONFIGURE_ENABLE=  smbclient
+SMB_CONFIGURE_ENV=     SMBCLIENT_LIBS="-L${LOCALBASE}/lib -lsmbclient"

 STREAM_CONFIGURE_ENABLE=sout

but Tijl's solution sounds better

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


More information about the freebsd-multimedia mailing list