diff options
author | erwin <erwin@FreeBSD.org> | 2008-02-10 05:24:54 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-02-10 05:24:54 +0800 |
commit | dbc2112f164a885c7520b7f915460c5c89c1acb2 (patch) | |
tree | db8dc8423adfcc982db9228e6b26a7deadf74d81 /ftp | |
parent | dcf188fed88a9ead0e53e327050ae24518b779ea (diff) | |
download | freebsd-ports-gnome-dbc2112f164a885c7520b7f915460c5c89c1acb2.tar.gz freebsd-ports-gnome-dbc2112f164a885c7520b7f915460c5c89c1acb2.tar.zst freebsd-ports-gnome-dbc2112f164a885c7520b7f915460c5c89c1acb2.zip |
Mark BROKEN on i386 8.0: does not compile
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/filezilla/Makefile | 8 | ||||
-rw-r--r-- | ftp/wxdfast/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 5a9c0a2cdeb3..f13efe1edcc1 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -30,4 +30,10 @@ post-patch: @${REINPLACE_CMD} -Ee 's|(dummy) wxrc|\1 ${WXRC_CMD:T}|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800000 && ${ARCH} == i386 +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> diff --git a/ftp/wxdfast/Makefile b/ftp/wxdfast/Makefile index 5a889bc8febf..062d156984bb 100644 --- a/ftp/wxdfast/Makefile +++ b/ftp/wxdfast/Makefile @@ -28,4 +28,10 @@ post-patch: ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|pt_BR||' ${WRKSRC}/man/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800000 && ${ARCH} == i386 +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |