mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
PR: 63065 Reviewed by: Angelo Turetta <aturetta@commit.it> Approved by: maintainer timeout (2 weeks)
28 lines
633 B
Text
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
|