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 2f44a56 commit 1a990bdCopy full SHA for 1a990bd
x11/xrdb/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.13 2021/08/09 18:37:30 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/08/30 18:42:53 wiz Exp $
2
3
DISTNAME= xrdb-1.2.1
4
CATEGORIES= x11
@@ -13,12 +13,7 @@ GNU_CONFIGURE= yes
13
USE_TOOLS+= pkg-config
14
15
CONFIGURE_ARGS+= --with-cpp=${CPPPATH}
16
-
17
-.include "../../mk/bsd.prefs.mk"
18
19
-.if ${OPSYS} == "NetBSD"
20
-CONFIGURE_ARGS+= ac_cv_func_reallocarray=no
21
-.endif
+CPPFLAGS.NetBSD+= -D_OPENBSD_SOURCE
22
23
.include "../../x11/libX11/buildlink3.mk"
24
.include "../../x11/libXmu/buildlink3.mk"
0 commit comments