pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/jttb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 19 13:44:53 UTC 2025

Modified Files:
        pkgsrc/lang/jttb: Makefile

Log Message:
jttb: mark as not building with ninja as cmake generator


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/jttb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/jttb/Makefile
diff -u pkgsrc/lang/jttb/Makefile:1.4 pkgsrc/lang/jttb/Makefile:1.5
--- pkgsrc/lang/jttb/Makefile:1.4       Thu May  1 00:55:34 2025
+++ pkgsrc/lang/jttb/Makefile   Tue Aug 19 13:44:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/05/01 00:55:34 thorpej Exp $
+# $NetBSD: Makefile,v 1.5 2025/08/19 13:44:53 wiz Exp $
 
 DISTNAME=      JTTB-0.6
 CATEGORIES=    lang
@@ -15,6 +15,8 @@ USE_LANGUAGES=        c c++
 
 CFLAGS+=       -Wno-error=unknown-pragmas
 
+# build failure, doesn't find tbasm program during build
+CMAKE_GENERATORS_INCOMPATIBLE= ninja
 MAKE_JOBS_SAFE=        no
 
 .include "../../devel/cmake/build.mk"



Home | Main Index | Thread Index | Old Index