diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2008-12-10 07:35:19 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2008-12-10 07:35:19 +0000 |
| commit | 55eaa1a131b33ee0607f3095fe4d473e99f180e2 (patch) | |
| tree | 04ffc9024f647686e9f2653ae171b76c9181626f /java | |
| parent | Grammar tweak in pkg-descr. (diff) | |
Mark as broken on sparc64.
Hat: portmgr
Diffstat (limited to 'java')
| -rw-r--r-- | java/jamvm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/jamvm/Makefile b/java/jamvm/Makefile index a29cbfc60ee9..d146c4e796f8 100644 --- a/java/jamvm/Makefile +++ b/java/jamvm/Makefile @@ -38,6 +38,10 @@ CONFIGURE_ARGS+= --disable-zip PLIST_SUB+= WITH_ZIP="@comment " WITHOUT_ZIP="" .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not configure on sparc64 +.endif + post-extract: @${MV} ${WRKSRC}/src/arch/x86_64.h ${WRKSRC}/src/arch/amd64.h |
