We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a6b66 commit 29f3ad2Copy full SHA for 29f3ad2
devel/cmocka/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.6 2018/12/03 15:16:33 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/01/21 07:39:48 maya Exp $
2
3
DISTNAME= cmocka-1.1.3
4
CATEGORIES= devel
@@ -15,6 +15,10 @@ USE_CMAKE= yes
15
CONFIGURE_DIRS= ${WRKDIR}/build
16
CMAKE_ARG_PATH= ${WRKSRC}
17
18
+# GCC 4.3/4.4 provides wrong warnings:
19
+# cmocka.c:3281: error: 'setup_name' may be used uninitialized in this function
20
+CMAKE_ARGS+= -DWITH_WERROR_UNINITIALIZED_FLAG=0
21
+
22
post-extract:
23
${MKDIR} ${WRKDIR}/build
24
0 commit comments