openbsd-ports/security/aide/patches/patch-configure

22 lines
745 B
Plaintext
Raw Normal View History

2010-05-04 10:42:28 -04:00
$OpenBSD: patch-configure,v 1.5 2010/05/04 14:42:28 ajacoutot Exp $
--- configure.orig Tue Mar 16 19:47:47 2010
2010-05-04 10:42:28 -04:00
+++ configure Tue May 4 16:41:43 2010
@@ -790,7 +790,7 @@ datarootdir='${prefix}/share'
datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
-localstatedir='${prefix}/var'
+localstatedir='/var'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2010-05-04 10:42:28 -04:00
@@ -6460,7 +6460,7 @@ fi
saved_CFLAGS="$CFLAGS"
-CFLAGS+=" $AIDE_DEFS"
+#CFLAGS+=" $AIDE_DEFS"
# The cast to long int works around a bug in the HP C Compiler
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.