summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2015-04-14 09:06:12 +0000
committerfhajny <fhajny@pkgsrc.org>2015-04-14 09:06:12 +0000
commitcf2221f44e0540d341417d85df03f998428ca0f9 (patch)
tree9c7c07f0e65f15fbdf6de41003475d04320285e6 /sysutils
parente3f93990f1c680dff7f280319ad649bf19f81ac1 (diff)
downloadpkgsrc-cf2221f44e0540d341417d85df03f998428ca0f9.tar.gz
Remove stale patch file.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/collectd/patches/patch-configure29
1 files changed, 0 insertions, 29 deletions
diff --git a/sysutils/collectd/patches/patch-configure b/sysutils/collectd/patches/patch-configure
deleted file mode 100644
index ab085689a0d..00000000000
--- a/sysutils/collectd/patches/patch-configure
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2014/02/17 11:21:55 fhajny Exp $
-
-Remove m4 cruft.
---- configure.orig 2014-01-26 08:10:00.249270750 +0000
-+++ configure
-@@ -18338,19 +18338,19 @@ $as_echo_n "checking if have htonll defi
- have_htonll="no"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
--[
-+
- #include <sys/types.h>
- #include <netinet/in.h>
- #if HAVE_INTTYPES_H
- # include <inttypes.h>
- #endif
--]
-+
- int
- main ()
- {
--[
-+
- return htonll(0);
--]
-+
-
- ;
- return 0;