summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nagios-plugins/files/nagios-plugins-1.4.11-autoconf-2.62.patch')
-rw-r--r--net-analyzer/nagios-plugins/files/nagios-plugins-1.4.11-autoconf-2.62.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-analyzer/nagios-plugins/files/nagios-plugins-1.4.11-autoconf-2.62.patch b/net-analyzer/nagios-plugins/files/nagios-plugins-1.4.11-autoconf-2.62.patch
deleted file mode 100644
index 6c5190e..0000000
--- a/net-analyzer/nagios-plugins/files/nagios-plugins-1.4.11-autoconf-2.62.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- gl/m4/extensions.m4.orig 2008-04-27 19:39:09.828332808 +0200
-+++ gl/m4/extensions.m4 2008-04-27 19:39:54.771082477 +0200
-@@ -16,6 +16,7 @@
- # ------------------------
- # Enable extensions on systems that normally disable them,
- # typically due to standards-conformance issues.
-+m4_ifndef([AC_USE_SYSTEM_EXTENSIONS],[
- AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS],
- [
- AC_BEFORE([$0], [AC_COMPILE_IFELSE])
-@@ -49,6 +50,7 @@
- AC_DEFINE([_POSIX_PTHREAD_SEMANTICS])
- AC_DEFINE([_TANDEM_SOURCE])
- ])
-+])
-
- # gl_USE_SYSTEM_EXTENSIONS
- # ------------------------