pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gstreamer0.10 explicitely disable building ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff7130cfec5e
branches:  trunk
changeset: 400555:ff7130cfec5e
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Oct 22 09:42:51 2009 +0000

description:
explicitely disable building of the "check" unit test stuff if
the option is not set -- the "configure" test appearently doesn't
work as it used to,
should fix build problem reported by Tobias Nygren

diffstat:

 multimedia/gstreamer0.10/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 39b77d8e8997 -r ff7130cfec5e multimedia/gstreamer0.10/Makefile
--- a/multimedia/gstreamer0.10/Makefile Thu Oct 22 09:40:10 2009 +0000
+++ b/multimedia/gstreamer0.10/Makefile Thu Oct 22 09:42:51 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2009/10/21 16:39:38 drochner Exp $
+# $NetBSD: Makefile,v 1.32 2009/10/22 09:42:51 drochner Exp $
 #
 
 DISTNAME=              gstreamer-0.10.25
@@ -57,6 +57,8 @@
 .include "../../devel/check/buildlink3.mk"
 PLIST.gstcheck=        yes
 TEST_TARGET=   check-torture
+.else
+CONFIGURE_ARGS+= --disable-check
 .endif
 
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index