Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2014 01:59:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 191997] [patch] multimedia/vlc: SMB option with linker error
Message-ID:  <bug-191997-12827-ZE3dLUI8OO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191997-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191997-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191997

matthew@reztek.cz changed:

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

--- Comment #5 from matthew@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191997-12827-ZE3dLUI8OO>