pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/0ad
Module Name: pkgsrc
Committed By: nikita
Date: Sun Jan 21 01:53:04 UTC 2024
Modified Files:
pkgsrc/games/0ad: Makefile
Log Message:
0ad: todo comment about failure with global debug option enabled
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/games/0ad/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/0ad/Makefile
diff -u pkgsrc/games/0ad/Makefile:1.22 pkgsrc/games/0ad/Makefile:1.23
--- pkgsrc/games/0ad/Makefile:1.22 Fri Dec 29 18:24:44 2023
+++ pkgsrc/games/0ad/Makefile Sun Jan 21 01:53:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2023/12/29 18:24:44 adam Exp $
+# $NetBSD: Makefile,v 1.23 2024/01/21 01:53:04 nikita Exp $
PKGREVISION= 13
.include "Makefile.common"
@@ -70,6 +70,8 @@ MAKE_FLAGS+= config=release
MAKE_FLAGS+= verbose=1
MAKE_FLAGS+= -j ${_MAKE_JOBS_N:U1}
MAKE_ENV+= JOBS=${_MAKE_JOBS_N:U1}
+# TODO: We build mozjs78 without debug, global debug option will make 0ad fail
+# due to the lack of debug in mozjs. Undefine NDEBUG in this case.
BUILD_DIRS= build/workspaces/gcc
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index