pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/gnuradio Added work around so that gnuradio-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d9d546cdae3
branches:  trunk
changeset: 532128:5d9d546cdae3
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Sun Aug 12 08:30:01 2007 +0000

description:
Added work around so that gnuradio-howto can make use of Makefile.common

diffstat:

 meta-pkgs/gnuradio/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 029ffaa168ff -r 5d9d546cdae3 meta-pkgs/gnuradio/Makefile.common
--- a/meta-pkgs/gnuradio/Makefile.common        Sun Aug 12 03:21:06 2007 +0000
+++ b/meta-pkgs/gnuradio/Makefile.common        Sun Aug 12 08:30:01 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2007/08/08 02:55:13 wulf Exp $
+# $NetBSD: Makefile.common,v 1.10 2007/08/12 08:30:01 wulf Exp $
 #
 # This Makefile fragment is included at the top of package Makefiles for
 # GNU Radio distributed packages (they all share common configure and build
@@ -30,6 +30,8 @@
 CONFIGURE_ARGS+=        --disable-all-components
 
 pre-configure:
+.if  empty(PKGNAME:Mgnuradio-howto-*)
        cd ${WRKSRC} && ./bootstrap
+.endif
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index