pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/wordtsar



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov 26 12:27:04 UTC 2024

Modified Files:
        pkgsrc/editors/wordtsar: Makefile

Log Message:
wordtsar: sporadic failures, set MAKE_JOBS_SAFE=no


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/wordtsar/Makefile

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

Modified files:

Index: pkgsrc/editors/wordtsar/Makefile
diff -u pkgsrc/editors/wordtsar/Makefile:1.5 pkgsrc/editors/wordtsar/Makefile:1.6
--- pkgsrc/editors/wordtsar/Makefile:1.5        Thu Nov 14 22:19:41 2024
+++ pkgsrc/editors/wordtsar/Makefile    Tue Nov 26 12:27:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/11/14 22:19:41 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/11/26 12:27:04 nia Exp $
 
 DISTNAME=      WordTsar-0.3.719-src
 PKGNAME=       ${DISTNAME:tl:S/-src//}
@@ -15,6 +15,9 @@ LICENSE=      gnu-agpl-v3
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
+# make: don't know how to make ../../src/core/include/version.h. Stop
+MAKE_JOBS_SAFE=        no
+
 INSTALLATION_DIRS+=    bin
 
 do-configure:



Home | Main Index | Thread Index | Old Index