diff options
author | kris <kris@FreeBSD.org> | 2004-03-05 20:20:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-05 20:20:58 +0800 |
commit | b6d3d3ff9726b3018cb914588e2dea85dc6037bd (patch) | |
tree | 6bbae406151cb446553e4fd5fe91fa41def081c7 /security | |
parent | 1e33c5706f16b3a822af8f5d00ecdbcdf7bee230 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |