summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 22:01:29 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 22:01:29 +0000
commit2f61d499267ca1830343681d0f57799b54caaa84 (patch)
tree42f641949a8d70e5419ce1f705fb6d421495bb79 /java
parentBROKEN: Does not fetch (diff)
BROKEN on alpha: does not compile
Notes
Notes: svn path=/head/; revision=101903
Diffstat (limited to 'java')
-rw-r--r--java/sablevm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/java/sablevm/Makefile b/java/sablevm/Makefile
index 290da6a070fb..d03473666a01 100644
--- a/java/sablevm/Makefile
+++ b/java/sablevm/Makefile
@@ -45,6 +45,12 @@ SABLEVMDIR= ${PORTNAME}-${PORTVERSION}
NATIVEDIR= ${PORTNAME}-native-library-${PORTVERSION}
CLASSESDIR= ${PORTNAME}-class-library-${PORTVERSION}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
+.endif
+
# Conditionally compile the gnome-dependent stuff
.if !defined(WITH_GNOMELIBS) && !exists(${X11BASE}/include/gnome-1.0/libart_lgpl/art_misc.h)
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aa ${PATCHDIR}/extra-patch-ab
@@ -111,4 +117,4 @@ pre-install:
> ${PREFIX}/lib/sablevm/lib/security/classpath.security
@echo "===> ${SABLEVMDIR}"
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>