diff options
author | joerg <joerg@pkgsrc.org> | 2009-12-09 20:35:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-12-09 20:35:53 +0000 |
commit | a6551201bcd472b5f3d14836924f9139197b2623 (patch) | |
tree | a8b2451b99cc9891053169b952596b4c29e5a40d /devel/dmalloc | |
parent | 306f9333dc9b07faac84bb699da04ff02f606b6f (diff) | |
download | pkgsrc-a6551201bcd472b5f3d14836924f9139197b2623.tar.gz |
Not MAKE_JOBS_SAFE as it removes a header during rebuild to recreate it.
Diffstat (limited to 'devel/dmalloc')
-rw-r--r-- | devel/dmalloc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile index ec9d9298fc7..7e4bfadb22f 100644 --- a/devel/dmalloc/Makefile +++ b/devel/dmalloc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/05/23 17:33:37 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2009/12/09 20:35:53 joerg Exp $ DISTNAME= dmalloc-5.4.2 CATEGORIES= devel @@ -11,6 +11,8 @@ COMMENT= Run-time configurable debugging malloc library PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shlib |