diff options
author | wiz <wiz> | 2009-11-10 19:04:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-11-10 19:04:28 +0000 |
commit | 78d9e93da6557a09cf73744d1fbd5d8c4dcc023a (patch) | |
tree | de334edad559878cf6f77e463ede1daaf6d81bf9 | |
parent | 27155b18aeec8e179bb156ee9bfb07eff6f9aed4 (diff) | |
download | pkgsrc-78d9e93da6557a09cf73744d1fbd5d8c4dcc023a.tar.gz |
Hm, can't reproduce the make-jobs failure, so remove MAKE_JOBS_SAFE=no
again.
-rw-r--r-- | audio/SDL_mixer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/SDL_mixer/Makefile b/audio/SDL_mixer/Makefile index d91e52a6734..f0e5e7a7a4b 100644 --- a/audio/SDL_mixer/Makefile +++ b/audio/SDL_mixer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2009/10/31 00:16:40 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2009/11/10 19:04:28 wiz Exp $ DISTNAME= SDL_mixer-1.2.9 CATEGORIES= audio @@ -10,7 +10,6 @@ COMMENT= Multi-channel audio mixer library LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir -MAKE_JOBS_SAFE= no CONFLICTS= SDL-mixer-[0-9]* |