Skip to content

Commit

Permalink
Set MAKE_JOBS_SAFE=no.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorpej committed Oct 13, 2024
1 parent 19aed77 commit 8a19e0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lang/jttb/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2024/10/13 09:02:36 wiz Exp $
# $NetBSD: Makefile,v 1.3 2024/10/13 15:57:59 thorpej Exp $

DISTNAME= JTTB-0.5.1
CATEGORIES= lang
Expand All @@ -15,5 +15,7 @@ USE_LANGUAGES= c c++

CFLAGS+= -Wno-error=unknown-pragmas

MAKE_JOBS_SAFE= no

.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit 8a19e0d

Please sign in to comment.