diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-05-25 23:05:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-05-25 23:05:08 +0000 |
commit | 71b36ac46930076196cdfd6a9313c36003da6260 (patch) | |
tree | 929b82f8a19080f9e96ed6865266659b3d97d0fd /security/audit | |
parent | 55abac1679dcc04d780ac2877f1f60a4c446b3b0 (diff) | |
download | ports-71b36ac46930076196cdfd6a9313c36003da6260.tar.gz ports-71b36ac46930076196cdfd6a9313c36003da6260.zip |
BROKEN with gcc 4.2
Notes
Notes:
svn path=/head/; revision=191863
Diffstat (limited to 'security/audit')
-rw-r--r-- | security/audit/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/audit/Makefile b/security/audit/Makefile index 32c7a600884a..68b8978b9e12 100644 --- a/security/audit/Makefile +++ b/security/audit/Makefile @@ -61,6 +61,10 @@ LIBVERSION= 1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + post-patch: ${REINPLACE_CMD} -e "s@Linux@FreeBSD@g" ${WRKSRC}/configure (${FIND} ${WRKSRC}/src/modules -name Makefile.in -exec \ |