pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share turn libsmb support off, inst...
details: https://anonhg.NetBSD.org/pkgsrc/rev/00cdfecc8052
branches: trunk
changeset: 519830:00cdfecc8052
user: grant <grant%pkgsrc.org@localhost>
date: Tue Oct 10 23:58:49 2006 +0000
description:
turn libsmb support off, instead of relying on autodetect. fixes
problem on Solaris which has libsmbclient but not libgnutls, on which
it depends.
diffstat:
multimedia/mplayer-share/Makefile.common | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 68d8262c66b9 -r 00cdfecc8052 multimedia/mplayer-share/Makefile.common
--- a/multimedia/mplayer-share/Makefile.common Tue Oct 10 21:39:19 2006 +0000
+++ b/multimedia/mplayer-share/Makefile.common Tue Oct 10 23:58:49 2006 +0000
@@ -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 @@
--with-extralibdir="${LOCALBASE}/lib" \
--with-x11incdir="${X11BASE}/include" \
--with-x11libdir="${X11BASE}/lib" \
- --disable-mpdvdkit
+ --disable-mpdvdkit \
+ --disable-smb
ONLY_FOR_COMPILER= gcc
Home |
Main Index |
Thread Index |
Old Index