aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-05 20:20:58 +0800
committerkris <kris@FreeBSD.org>2004-03-05 20:20:58 +0800
commitb6d3d3ff9726b3018cb914588e2dea85dc6037bd (patch)
tree6bbae406151cb446553e4fd5fe91fa41def081c7 /security
parent1e33c5706f16b3a822af8f5d00ecdbcdf7bee230 (diff)
downloadfreebsd-ports-gnome-b6d3d3ff9726b3018cb914588e2dea85dc6037bd.tar.gz
freebsd-ports-gnome-b6d3d3ff9726b3018cb914588e2dea85dc6037bd.tar.zst
freebsd-ports-gnome-b6d3d3ff9726b3018cb914588e2dea85dc6037bd.zip
BROKEN on amd64: Does not compile
Diffstat (limited to 'security')
-rw-r--r--security/audit/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/audit/Makefile b/security/audit/Makefile
index aa1acad49b83..7933e0bbfc5b 100644
--- a/security/audit/Makefile
+++ b/security/audit/Makefile
@@ -57,6 +57,12 @@ DOCS= COPYING README TODO
FIXPREFIX_CONF= src/include/audconf.h src/auditd/auditd.8
LIBVERSION= 1
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
post-patch:
${REINPLACE_CMD} -e "s@Linux@FreeBSD@g" ${WRKSRC}/configure
(${FIND} ${WRKSRC}/src/modules -name Makefile.in -exec \
@@ -78,4 +84,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>