diff options
author | grant <grant@pkgsrc.org> | 2006-10-10 23:58:49 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2006-10-10 23:58:49 +0000 |
commit | 8e862b7dd20ac140a87cc51ed86a9118073efbd3 (patch) | |
tree | 6258c36ed0daa45e9d0f162564f5001cb091e405 /multimedia/mplayer-share | |
parent | 6141bcbfe1d86c02edad985514bcd30f4f6b6fc6 (diff) | |
download | pkgsrc-8e862b7dd20ac140a87cc51ed86a9118073efbd3.tar.gz |
turn libsmb support off, instead of relying on autodetect. fixes
problem on Solaris which has libsmbclient but not libgnutls, on which
it depends.
Diffstat (limited to 'multimedia/mplayer-share')
-rw-r--r-- | multimedia/mplayer-share/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/mplayer-share/Makefile.common b/multimedia/mplayer-share/Makefile.common index e9885739373..575154677b2 100644 --- a/multimedia/mplayer-share/Makefile.common +++ b/multimedia/mplayer-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.31 2006/08/23 18:13:19 wiz Exp $ +# $NetBSD: Makefile.common,v 1.32 2006/10/10 23:58:49 grant Exp $ MPLAYER_DIST_VERSION= 1.0pre8 @@ -43,7 +43,8 @@ CONFIGURE_ARGS+= --prefix=${PREFIX:Q} \ --with-extralibdir="${LOCALBASE}/lib" \ --with-x11incdir="${X11BASE}/include" \ --with-x11libdir="${X11BASE}/lib" \ - --disable-mpdvdkit + --disable-mpdvdkit \ + --disable-smb ONLY_FOR_COMPILER= gcc |