diff options
Diffstat (limited to 'security/clamav-devel/files/patch-configure')
-rw-r--r-- | security/clamav-devel/files/patch-configure | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/clamav-devel/files/patch-configure b/security/clamav-devel/files/patch-configure new file mode 100644 index 000000000000..c2d83239eecd --- /dev/null +++ b/security/clamav-devel/files/patch-configure @@ -0,0 +1,26 @@ +--- configure.bak Fri Feb 6 14:46:08 2004 ++++ configure Tue Feb 10 17:44:13 2004 +@@ -9316,23 +9316,12 @@ + + + +-if test ! -r "$cfg_dir/clamav.conf"; then +- INSTALL_CLAMAV_CONF_TRUE= +- INSTALL_CLAMAV_CONF_FALSE='#' +-else + INSTALL_CLAMAV_CONF_TRUE='#' + INSTALL_CLAMAV_CONF_FALSE= +-fi + + +- +-if test ! -r "$cfg_dir/freshclam.conf"; then +- INSTALL_FRESHCLAM_CONF_TRUE= +- INSTALL_FRESHCLAM_CONF_FALSE='#' +-else + INSTALL_FRESHCLAM_CONF_TRUE='#' + INSTALL_FRESHCLAM_CONF_FALSE= +-fi + + + if test "$test_urandom" = "yes" |