ports/security/clamav/files/patch-configure
Oliver Eikemeier 8b8a6523a5 - update to version 0.67-1
PR:		63065
Reviewed by:	Angelo Turetta <aturetta@commit.it>
Approved by:	maintainer timeout (2 weeks)
2004-03-06 20:45:47 +00:00

28 lines
633 B
Text

--- configure.orig Thu Feb 19 14:18:40 2004
+++ configure Thu Feb 19 14:19:31 2004
@@ -9317,7 +9317,7 @@
-if test ! -r "$cfg_dir/clamav.conf"; then
+if true; then
INSTALL_CLAMAV_CONF_TRUE=
INSTALL_CLAMAV_CONF_FALSE='#'
else
@@ -9327,7 +9327,7 @@
-if test ! -r "$cfg_dir/freshclam.conf"; then
+if true; then
INSTALL_FRESHCLAM_CONF_TRUE=
INSTALL_FRESHCLAM_CONF_FALSE='#'
else
@@ -9564,6 +9564,7 @@
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#include "confdefs.h"
+#include <sys/types.h>
#include <netinet/in.h>
int main(int argc, char **argv) { in_port_t pt; pt = 0; return pt; }
_ACEOF