diff options
author | wulf <wulf@pkgsrc.org> | 2007-08-12 08:30:01 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2007-08-12 08:30:01 +0000 |
commit | d042db53f6cd12f861c08f65eff48c1889a40f92 (patch) | |
tree | 214f51ec85e45951791381031c0bd53850b0a584 /meta-pkgs | |
parent | 85702cd2bd78e770fe4d95b9b3206dd5153f2307 (diff) | |
download | pkgsrc-d042db53f6cd12f861c08f65eff48c1889a40f92.tar.gz |
Added work around so that gnuradio-howto can make use of Makefile.common
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gnuradio/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
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" |