freebsd-ports/security/aide/files/patch-configure
Cy Schubert 9647b77dfd Update 0.7 --> 0.9
The aide database was in /var/adm/aide and is now in /var/db/aide. /var/adm
is a SYSV directory that does not exist on FreeBSD.
2002-11-05 13:46:25 +00:00

11 lines
270 B
Text

--- configure.orig Tue Jun 4 01:31:27 2002
+++ configure Fri Jul 12 06:13:48 2002
@@ -2838,7 +2838,7 @@
EOF
cat >> confdefs.h <<EOF
-#define AIDE_BLKCNT_TYPE blkcnt_t
+#define AIDE_BLKCNT_TYPE int32_t
EOF
compoptionstring="${compoptionstring}WITH_LSTAT\\n"