pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/re2c



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec 31 17:15:30 UTC 2024

Modified Files:
        pkgsrc/devel/re2c: Makefile

Log Message:
re2c: can't use ninja to build this, hard-code make


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/re2c/Makefile

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

Modified files:

Index: pkgsrc/devel/re2c/Makefile
diff -u pkgsrc/devel/re2c/Makefile:1.32 pkgsrc/devel/re2c/Makefile:1.33
--- pkgsrc/devel/re2c/Makefile:1.32     Tue Dec 31 14:56:27 2024
+++ pkgsrc/devel/re2c/Makefile  Tue Dec 31 17:15:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2024/12/31 14:56:27 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2024/12/31 17:15:30 wiz Exp $
 
 DISTNAME=      re2c-4.0.2
 PKGREVISION=   1
@@ -28,6 +28,11 @@ SUBST_STAGE.man=     pre-configure
 SUBST_MESSAGE.man=     Fixing man page path.
 .endif
 
+.include "../../mk/bsd.prefs.mk"
+
+# can't use ninja, since ninja tool-depends on this
+CMAKE_GENERATOR=       make
+
 .include "../../lang/python/tool.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index