diff options
author | gdt <gdt@pkgsrc.org> | 2007-05-02 12:51:43 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-05-02 12:51:43 +0000 |
commit | 846746460b0a71909994741169b3126e364a636e (patch) | |
tree | 7216e2e354b676916b9dfe057f94a9f4c96c1604 /audio | |
parent | d72c5915637a0deb156610a9cca0f394f1eef2e1 (diff) | |
download | pkgsrc-846746460b0a71909994741169b3126e364a636e.tar.gz |
# 1) uses dia library before it is built
# 2) make succeeds even with failures, making this problem non-obvious
MAKE_JOBS_SAFE= no
Diffstat (limited to 'audio')
-rw-r--r-- | audio/nas/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index d74b4aaddda..24c7ef07847 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2007/03/24 13:45:05 markd Exp $ +# $NetBSD: Makefile,v 1.74 2007/05/02 12:51:43 gdt Exp $ DISTNAME= nas-1.8.src PKGNAME= ${DISTNAME:S/.src//} @@ -13,6 +13,10 @@ COMMENT= Network Audio System PKG_INSTALLATION_TYPES= overwrite pkgviews +# 1) uses dia library before it is built +# 2) make succeeds even with failures, making this problem non-obvious +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= gmake USE_IMAKE= yes |