Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2013 13:49:05 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331017 - head/multimedia/libxine
Message-ID:  <201310201349.r9KDn5P4035803@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 "



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310201349.r9KDn5P4035803>