diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-04-14 09:06:12 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-04-14 09:06:12 +0000 |
commit | cf2221f44e0540d341417d85df03f998428ca0f9 (patch) | |
tree | 9c7c07f0e65f15fbdf6de41003475d04320285e6 /sysutils/collectd | |
parent | e3f93990f1c680dff7f280319ad649bf19f81ac1 (diff) | |
download | pkgsrc-cf2221f44e0540d341417d85df03f998428ca0f9.tar.gz |
Remove stale patch file.
Diffstat (limited to 'sysutils/collectd')
-rw-r--r-- | sysutils/collectd/patches/patch-configure | 29 |
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; |