diff options
author | agc <agc@pkgsrc.org> | 2007-11-04 16:00:02 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2007-11-04 16:00:02 +0000 |
commit | ddcd0cd4176b7375fd10fc64f1349dc79827db94 (patch) | |
tree | 809bc6cf6c7daa4bf00ac3ec27e50027efb19050 | |
parent | 29df3ccee58b198e8e62df151c63acb2326e333f (diff) | |
download | pkgsrc-ddcd0cd4176b7375fd10fc64f1349dc79827db94.tar.gz |
Add MAKE_JOBS_SAFE=no, pointed out by ASau as part of the pkgthon
-rw-r--r-- | audio/libsndfile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index 3167940b262..3a68d84b053 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2007/07/01 20:47:46 heinz Exp $ +# $NetBSD: Makefile,v 1.43 2007/11/04 16:00:02 agc Exp $ DISTNAME= libsndfile-1.0.17 PKGREVISION= 1 @@ -20,6 +20,8 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= sndfile.pc.in GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= no + # This package compiles with gcc2, but its configure script doesn't know that CONFIGURE_ENV+= ac_cv_c_struct_hack=yes # Avoid an ICE in gcc2 on sparc64 |