pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share Unbreak build with pulseaudio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b711db5e477e
branches:  trunk
changeset: 552201:b711db5e477e
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Sat Jan 03 15:18:18 2009 +0000

description:
Unbreak build with pulseaudio support (configure check failed because
of missing glib2 dependency).

diffstat:

 multimedia/mplayer-share/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0114f6ca8407 -r b711db5e477e multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk       Sat Jan 03 12:37:08 2009 +0000
+++ b/multimedia/mplayer-share/options.mk       Sat Jan 03 15:18:18 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.34 2008/12/20 00:43:47 jmcneill Exp $
+# $NetBSD: options.mk,v 1.35 2009/01/03 15:18:18 shattered Exp $
 
 .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
 
@@ -258,6 +258,7 @@
 
 .if !empty(PKG_OPTIONS:Mpulseaudio)
 CONFIGURE_ARGS+=       --enable-polyp
+.  include "../../devel/glib2/buildlink3.mk"
 .  include "../../audio/pulseaudio/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-polyp



Home | Main Index | Thread Index | Old Index