diff options
Diffstat (limited to 'sysutils/monit/patches/patch-ah')
-rw-r--r-- | sysutils/monit/patches/patch-ah | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/monit/patches/patch-ah b/sysutils/monit/patches/patch-ah new file mode 100644 index 00000000000..e0c4db27379 --- /dev/null +++ b/sysutils/monit/patches/patch-ah @@ -0,0 +1,23 @@ +$NetBSD: patch-ah,v 1.1.1.1 2007/04/30 20:53:54 heinz Exp $ + +Generated from configure.ac + +--- configure.orig 2007-02-19 23:43:14.000000000 +0100 ++++ configure +@@ -10797,7 +10797,7 @@ fi + + ac_config_headers="$ac_config_headers config.h" + +-ac_config_files="$ac_config_files Makefile" ++ac_config_files="$ac_config_files Makefile monit.1" + + cat >confcache <<\_ACEOF + # This file is a shell script that caches the results of configure +@@ -11354,6 +11354,7 @@ do + case $ac_config_target in + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; ++ "monit.1") CONFIG_FILES="$CONFIG_FILES monit.1" ;; + + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 + echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |