pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xrdb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 30 18:42:53 UTC 2022

Modified Files:
        pkgsrc/x11/xrdb: Makefile

Log Message:
xrdb: simplify NetBSD-specific workaround


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xrdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xrdb/Makefile
diff -u pkgsrc/x11/xrdb/Makefile:1.13 pkgsrc/x11/xrdb/Makefile:1.14
--- pkgsrc/x11/xrdb/Makefile:1.13       Mon Aug  9 18:37:30 2021
+++ pkgsrc/x11/xrdb/Makefile    Tue Aug 30 18:42:53 2022
@@ -1,4 +1,4 @@
-# $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 $
 
 DISTNAME=              xrdb-1.2.1
 CATEGORIES=            x11
@@ -13,12 +13,7 @@ GNU_CONFIGURE=               yes
 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
+CPPFLAGS.NetBSD+=      -D_OPENBSD_SOURCE
 
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"



Home | Main Index | Thread Index | Old Index