summaryrefslogtreecommitdiff
path: root/meta-pkgs/gnuradio/Makefile.common
diff options
context:
space:
mode:
authorjoerg <joerg>2009-09-11 16:23:28 +0000
committerjoerg <joerg>2009-09-11 16:23:28 +0000
commitcea350384603bf0c4a03905f171c8f1de43956f1 (patch)
tree6bb8841fe1c3aa6ee8eea19f6ef029b5067c4108 /meta-pkgs/gnuradio/Makefile.common
parent7c91b7cd2021492619a9fe442fafd3e12706c05e (diff)
downloadpkgsrc-cea350384603bf0c4a03905f171c8f1de43956f1.tar.gz
Mark gnuradio packages as not MAKE_JOBS_SAFE.
Share patches and distinfo, overwrite for gnuradio-howto as the only exception. Fix gnuradio-core-docs to do something useful and mark it as user-destdir ready.
Diffstat (limited to 'meta-pkgs/gnuradio/Makefile.common')
-rw-r--r--meta-pkgs/gnuradio/Makefile.common7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-pkgs/gnuradio/Makefile.common b/meta-pkgs/gnuradio/Makefile.common
index 08c7c6dca7d..a4308bb7db9 100644
--- a/meta-pkgs/gnuradio/Makefile.common
+++ b/meta-pkgs/gnuradio/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2009/08/12 12:20:04 markd Exp $
+# $NetBSD: Makefile.common,v 1.15 2009/09/11 16:23:31 joerg Exp $
#
# This Makefile fragment is included at the top of package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
@@ -19,6 +19,11 @@ GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake automake autoconf pkg-config
+MAKE_JOBS_SAFE= no
+
+DISTINFO_FILE= ${.CURDIR}/../../meta-pkgs/gnuradio/distinfo
+PATCHDIR= ${.CURDIR}/../../meta-pkgs/gnuradio/patches
+
BUILD_DEPENDS+=doxygen>=1.5.1:../../devel/doxygen
PY_PATCHPLIST= yes