pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
zimh: disable the use of cmocka for now
Module Name: pkgsrc-wip
Committed By: Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By: rhialto
Date: Sat May 2 14:08:46 2026 +0200
Changeset: b3c896251000253e5bc54873370d45325aed5742
Modified Files:
zimh/Makefile
Log Message:
zimh: disable the use of cmocka for now
since the tests are missing an #include <stdarg.h>.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b3c896251000253e5bc54873370d45325aed5742
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
zimh/Makefile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diffs:
diff --git a/zimh/Makefile b/zimh/Makefile
index ec78b3e748..d68e2e7392 100644
--- a/zimh/Makefile
+++ b/zimh/Makefile
@@ -15,14 +15,12 @@ LICENSE= mit
USE_TOOLS+= bison git pkg-config
-CMAKE_ARGS+= -DFONTDIR=/usr/pkg/share/fonts/X11/TTF:/usr/X11/share/fonts/X11/TTF
-
TOOL_DEPENDS+= ninja-build-[0-9]*:../../devel/ninja-build
TOOL_DEPENDS+= cmocka>=1.1.8:../../devel/cmocka
DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
.include "../../devel/cmake/build.mk"
-.include "../../devel/cmocka/buildlink3.mk"
+#.include "../../devel/cmocka/buildlink3.mk" # enabling this makes cmake find cmocka, but also to a build failure.
.include "../../devel/SDL2/buildlink3.mk"
.include "../../fonts/SDL2_ttf/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index