svn commit: r331017 - head/multimedia/libxine

William Grzybowski wg at FreeBSD.org
Sun Oct 20 13:49:05 UTC 2013


Author: wg
Date: Sun Oct 20 13:49:04 2013
New Revision: 331017
URL: http://svnweb.freebsd.org/changeset/ports/331017

Log:
  multimedia/libxine: fix build with SMB option
  
  - Fix build with SMB option
  
  Reported by:	Jürgen Galonska <caligula primamail.de>
  Approved by:	nox (maintainer)

Modified:
  head/multimedia/libxine/Makefile

Modified: head/multimedia/libxine/Makefile
==============================================================================
--- head/multimedia/libxine/Makefile	Sun Oct 20 13:45:29 2013	(r331016)
+++ head/multimedia/libxine/Makefile	Sun Oct 20 13:49:04 2013	(r331017)
@@ -148,6 +148,8 @@ PLIST_SUB+=	WITH_XVMC="@comment "
 .if ${PORT_OPTIONS:MSMB}
 LIB_DEPENDS+=	libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient
 PLIST_SUB+=	WITH_SMB=""
+CONFIGURE_ENV+=	LIBSMBCLIENT_LIBS="-L${LOCALBASE}/lib -lsmbclient" \
+		LIBSMBCLIENT_CFLAGS="-I${LOCALBASE}/include"
 CONFIGURE_ARGS+=	--enable-samba
 .else
 PLIST_SUB+=	WITH_SMB="@comment "


More information about the svn-ports-all mailing list