diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-05 12:13:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-05 12:13:42 +0000 |
commit | 3fb9d1b171294f675c6c45e3c4c6e37841f60ecd (patch) | |
tree | deca301f6e0d34494369add8deb6c3242e432ea2 /shells/ksh93 | |
parent | BROKEN on sparc64 as well (diff) |
BROKEN on sparc64: Does not compile
Diffstat (limited to 'shells/ksh93')
-rw-r--r-- | shells/ksh93/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index adc7df38fc52..875abf225a25 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -27,6 +27,12 @@ MAKE_ENV+= LDFLAGS=-static MAN1= ksh93.1 INSTALLROOT= ${WRKSRC}/arch/freebsd.${ARCH} +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + do-build: @cd ${WRKSRC} && env -i ${MAKE_ENV} ${SH} bin/package make @@ -52,4 +58,4 @@ test: build ${SETENV} SHELL=${INSTALLROOT}/bin/ksh \ ${INSTALLROOT}/bin/ksh shtests -.include <bsd.port.mk> +.include <bsd.port.post.mk> |