diff options
author | tnn <tnn@pkgsrc.org> | 2010-02-06 14:38:27 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-02-06 14:38:27 +0000 |
commit | d50ff162b3ff9fed8cac1a42591bb604dd3118d1 (patch) | |
tree | 3efd055dab976175d8e029f228a7fc0f43254758 /audio | |
parent | 457f222f4218683770e0ee923e0038e8d3b2749a (diff) | |
download | pkgsrc-d50ff162b3ff9fed8cac1a42591bb604dd3118d1.tar.gz |
drop MAKE_JOBS_SAFE=no, built ok with 64 jobs.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libsndfile/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index 629e6474fd6..67c350bc013 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2010/01/24 17:26:21 heinz Exp $ +# $NetBSD: Makefile,v 1.58 2010/02/06 14:38:27 tnn Exp $ DISTNAME= libsndfile-1.0.21 CATEGORIES= audio @@ -18,8 +18,6 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE= sndfile.pc.in GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= no - SUBST_CLASSES+= vorbis SUBST_FILES.vorbis= configure SUBST_SED.vorbis= -e "s/1\.2\.1/1.2.0/g" |