aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-05-26 07:05:08 +0800
committerkris <kris@FreeBSD.org>2007-05-26 07:05:08 +0800
commit8ed97b2031890a10d78aab0619acb6c3f7206050 (patch)
tree89466415f4600f9199faff308616dd333a7f62ae /security
parenta2d952716572138d42dfe225d1aeffe58a7dd1fb (diff)
downloadfreebsd-ports-gnome-8ed97b2031890a10d78aab0619acb6c3f7206050.tar.gz
freebsd-ports-gnome-8ed97b2031890a10d78aab0619acb6c3f7206050.tar.zst
freebsd-ports-gnome-8ed97b2031890a10d78aab0619acb6c3f7206050.zip
BROKEN with gcc 4.2
Diffstat (limited to 'security')
-rw-r--r--security/audit/Makefile4
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 \