summaryrefslogtreecommitdiff
path: root/x11/xrdb/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-03-10 22:14:31 +0000
committerwiz <wiz@pkgsrc.org>2018-03-10 22:14:31 +0000
commit9d7a238f1ef9d9c3da683ddb9d4563075490a6d9 (patch)
treee5c2a5d503a5ddb35ebb7d0ccb789d5560166ebc /x11/xrdb/Makefile
parent7252e82d09f5e45c375d26d90b5e46f47a9ff71a (diff)
downloadpkgsrc-9d7a238f1ef9d9c3da683ddb9d4563075490a6d9.tar.gz
xrdb: update to 1.1.1.
Alan Coopersmith (13): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 configure: add more m4 quoting to quiet autoconf complaints Remove unused macro RESOURCE_PROPERTY_NAME Clean up sign/size conversion warnings from clang Stop casting free() arguments to (char *) unifdef -U__UNIXOS2__ Print which option was in error along with usage message Use SEEK_* names instead of raw numbers for fseek whence argument Reformat code to X.Org standard coding style Fix "editting" typo in comment Use reallocarray() for array allocations & resizing xrdb 1.1.1 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
Diffstat (limited to 'x11/xrdb/Makefile')
-rw-r--r--x11/xrdb/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/x11/xrdb/Makefile b/x11/xrdb/Makefile
index 7a9db17e901..e31470ceda9 100644
--- a/x11/xrdb/Makefile
+++ b/x11/xrdb/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2013/09/09 09:42:22 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2018/03/10 22:14:31 wiz Exp $
-DISTNAME= xrdb-1.1.0
+DISTNAME= xrdb-1.1.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
@@ -14,7 +14,12 @@ USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-cpp=${CPPPATH}
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+CONFIGURE_ARGS+= ac_cv_func_reallocarray=no
+.endif
+
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"