From cafc3627c2e62e0b2b34dcac4ad5f4142756e849 Mon Sep 17 00:00:00 2001 From: wulf Date: Sun, 12 Aug 2007 08:30:01 +0000 Subject: Added work around so that gnuradio-howto can make use of Makefile.common --- meta-pkgs/gnuradio/Makefile.common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-pkgs') diff --git a/meta-pkgs/gnuradio/Makefile.common b/meta-pkgs/gnuradio/Makefile.common index 39fed491f89..1df56bb1ab7 100644 --- a/meta-pkgs/gnuradio/Makefile.common +++ b/meta-pkgs/gnuradio/Makefile.common @@ -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+= --sysconfdir=${PREFIX}/share/examples CONFIGURE_ARGS+= --disable-all-components pre-configure: +.if empty(PKGNAME:Mgnuradio-howto-*) cd ${WRKSRC} && ./bootstrap +.endif .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3