pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/collectd



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Oct 12 12:14:37 UTC 2019

Modified Files:
        pkgsrc/sysutils/collectd: Makefile.common

Log Message:
collectd*: help netbsd/aarch64 builders by force-failing the htonll
configure check.

Currently builds are failing due to missing a declaration for it.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/collectd/Makefile.common

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

Modified files:

Index: pkgsrc/sysutils/collectd/Makefile.common
diff -u pkgsrc/sysutils/collectd/Makefile.common:1.18 pkgsrc/sysutils/collectd/Makefile.common:1.19
--- pkgsrc/sysutils/collectd/Makefile.common:1.18       Sat Dec 15 21:12:23 2018
+++ pkgsrc/sysutils/collectd/Makefile.common    Sat Oct 12 12:14:37 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2018/12/15 21:12:23 wiz Exp $
+# $NetBSD: Makefile.common,v 1.19 2019/10/12 12:14:37 maya Exp $
 #
 # used by sysutils/collectd/Makefile
 # used by sysutils/collectd-amqp/Makefile
@@ -70,6 +70,8 @@ CONFIGURE_ARGS+=      --with-ltdl-lib=${BUILD
 CONFIGURE_ARGS+=       --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include
 
 CONFIGURE_ARGS.NetBSD+=        ac_cv_func_getfsstat=no
+# aarch64 accidentally had this function for a bit.
+CONFIGURE_ARGS.NetBSD+=        c_cv_have_htonll=no
 
 CPPFLAGS.SunOS+=       -DSOLARIS2=${OS_VERSION:C/5.//}
 



Home | Main Index | Thread Index | Old Index