diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-04 04:42:08 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-04 04:42:08 +0800 |
commit | 58745c4d07498f55fc34f1496a960c7b9dbb10f2 (patch) | |
tree | b5f969be0f68612f007dc999b2c67226d1f35d2b | |
parent | b1cc342e2db7789de4a66dfb4cf43bf814e1edef (diff) | |
download | freebsd-ports-gnome-58745c4d07498f55fc34f1496a960c7b9dbb10f2.tar.gz freebsd-ports-gnome-58745c4d07498f55fc34f1496a960c7b9dbb10f2.tar.zst freebsd-ports-gnome-58745c4d07498f55fc34f1496a960c7b9dbb10f2.zip |
- Mark erlang-lite BROKEN on amd64/5
Reported by: pointyhat
-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 |