diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-03 20:42:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-03 20:42:08 +0000 |
commit | 58745c4d07498f55fc34f1496a960c7b9dbb10f2 (patch) | |
tree | b5f969be0f68612f007dc999b2c67226d1f35d2b /lang | |
parent | - File was rerolled (Fixed pb in xml output for history files) (diff) |
- Mark erlang-lite BROKEN on amd64/5
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=206678
Diffstat (limited to 'lang')
-rw-r--r-- | lang/erlang/Makefile | 4 | ||||
-rw-r--r-- | lang/erlang14/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index c67a1c23a327..5e02a247fc73 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -61,6 +61,10 @@ REINPLACE_ARGS= -i .include <bsd.port.pre.mk> +.if defined(WITHOUT_JAVA) && ${ARCH} == "amd64" && ${OSVERSION} < 600000 +BROKEN= does not compile +.endif + .if ${OSVERSION} < 502102 WITHOUT_ODBC= yes .endif diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile index c67a1c23a327..5e02a247fc73 100644 --- a/lang/erlang14/Makefile +++ b/lang/erlang14/Makefile @@ -61,6 +61,10 @@ REINPLACE_ARGS= -i .include <bsd.port.pre.mk> +.if defined(WITHOUT_JAVA) && ${ARCH} == "amd64" && ${OSVERSION} < 600000 +BROKEN= does not compile +.endif + .if ${OSVERSION} < 502102 WITHOUT_ODBC= yes .endif |