diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 22:07:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 22:07:43 +0000 |
commit | 07b27888644efc66d4ed412de3c7ba9d7b2b54af (patch) | |
tree | d57c864005baed96c03a9d962fb4dbe250891caf /graphics/backfract | |
parent | f155fbddef259ee56ccb70f0869df0f468f1e2a5 (diff) |
Notes
Diffstat (limited to 'graphics/backfract')
-rw-r--r-- | graphics/backfract/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/backfract/Makefile b/graphics/backfract/Makefile index 1411c7c55e3a..5b48f95bfc8e 100644 --- a/graphics/backfract/Makefile +++ b/graphics/backfract/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes USE_PERL5_BUILD=yes NO_INSTALL_MANPAGE= yes ALL_TARGET= # none +MAKE_JOBS_UNSAFE= yes pre-configure: ${PERL} -pi -e "s@-O3@${CFLAGS}@g" ${WRKSRC}/configure |