diff options
Diffstat (limited to 'audio/libsndfile/Makefile')
-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 |